Shades of Fiji Green #606B08
Tints of Fiji Green #606B08
RGB
CMYK
RGB Variations
Color information
#606B08 (or 0x606B08) is known color: Fiji Green. HEX triplet: 60, 6B and 08. RGB value is (96,107,8). Sum of RGB (Red+Green+Blue) = 96+107+8=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #606B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606B08 is #9F94F7. Grayscale: #5C5C5C. Windows color (decimal): -10458360 or 551776. OLE color: 551776.
HSL color Cylindrical-coordinate representation of color #606B08: hue angle of 66.67º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #606B08 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 8 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.58 |
| HSL | 66.67º | 0.86% | 0.23% | - |
| HSV(B) | 66.67º | 0.93% | 0.42% | - |
| XYZ | 10.13 | 13.02 | 2.21 | - |
| YUV | 92.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 8 | 0.10 | 0 | 0.93 | 0.58 | 66.67 | 0.86 | 0.23 |
| Hex | 60 | 6B | 8 | A | 0 | 5D | 3A | 43 | 56 | 17 |
| Octal | 140 | 153 | 10 | 12 | 0 | 135 | 72 | 103 | 126 | 27 |
| Binary | 1100000 | 1101011 | 1000 | 1010 | 0 | 1011101 | 111010 | 1000011 | 1010110 | 10111 |
Color Harmonies of #606B08
Complementary color
Monochromatic Colors of #606B08
Black with #606B08
Text Example
Text Example
White with #606B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B08; }
p { color: rgb(96,107,8); }
H1.HeaderClassName
{
color: #606B08;
}
.AnyTagClassName
{
color: #606B08;
}
</style>
background-color css
<style>
a { background-color: #606B08; }
a { background-color: rgb(96,107,8); }
div.DivClassName
{
background-color: #606B08;
}
.BgClassName
{
background-color: #606B08;
}
</style>
border-color css
<style>
span { border-color: #606B08; }
span { border-color: rgb(96,107,8); }
td.TdClassName
{
border-color: #606B08;
}
.TagClassName
{
border-color: #606B08;
}
</style>