Shades of Fiji Green #606B16
Tints of Fiji Green #606B16
RGB
CMYK
RGB Variations
Color information
#606B16 (or 0x606B16) is known color: Fiji Green. HEX triplet: 60, 6B and 16. RGB value is (96,107,22). Sum of RGB (Red+Green+Blue) = 96+107+22=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #606B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606B16 is #9F94E9. Grayscale: #5E5E5E. Windows color (decimal): -10458346 or 1469280. OLE color: 1469280.
HSL color Cylindrical-coordinate representation of color #606B16: hue angle of 67.76º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #606B16 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 22 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.58 |
| HSL | 67.76º | 0.66% | 0.25% | - |
| HSV(B) | 67.76º | 0.79% | 0.42% | - |
| XYZ | 10.23 | 13.06 | 2.74 | - |
| YUV | 94.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 22 | 0.10 | 0 | 0.79 | 0.58 | 67.76 | 0.66 | 0.25 |
| Hex | 60 | 6B | 16 | A | 0 | 4F | 3A | 44 | 42 | 19 |
| Octal | 140 | 153 | 26 | 12 | 0 | 117 | 72 | 104 | 102 | 31 |
| Binary | 1100000 | 1101011 | 10110 | 1010 | 0 | 1001111 | 111010 | 1000100 | 1000010 | 11001 |
Color Harmonies of #606B16
Complementary color
Monochromatic Colors of #606B16
Black with #606B16
Text Example
Text Example
White with #606B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B16; }
p { color: rgb(96,107,22); }
H1.HeaderClassName
{
color: #606B16;
}
.AnyTagClassName
{
color: #606B16;
}
</style>
background-color css
<style>
a { background-color: #606B16; }
a { background-color: rgb(96,107,22); }
div.DivClassName
{
background-color: #606B16;
}
.BgClassName
{
background-color: #606B16;
}
</style>
border-color css
<style>
span { border-color: #606B16; }
span { border-color: rgb(96,107,22); }
td.TdClassName
{
border-color: #606B16;
}
.TagClassName
{
border-color: #606B16;
}
</style>