The Input "0,102,0" detected as "RGB".
| Color | ||
| websafe | Yes | |
| Hex | #006600 | |
| Hex (short) | #060 | |
| RGB | rgb(0,102,0) | |
| RGB in % | rgb(0%,40%,0%) | |
| CMY in % | C=100 M=60 Y=100  | 
      |
| CMYK in % | C=100 M=0 Y=100 K=60  | 
      |
| HSL | hsl(120,100%,20%) | |
| HSV | hsv(120,100%,40%) | |
| Rec. 601 luma | 59.874 | |
| Rec. 709 luma | 72.9504 | |
| Rec. 2020 luma | 69.156 | |
| Grey scale (Rec. 601 luma) | #3c3c3c | |
| Grey scale (Rec. 709 luma) | #494949 | |
| Grey scale (Rec. 2020 luma) | #454545 | |
| Complementary color | #ff99ff | |
| Decimal | 26112 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205