Shades of Fiji Green #606D10
Tints of Fiji Green #606D10
RGB
CMYK
RGB Variations
Color information
#606D10 (or 0x606D10) is known color: Fiji Green. HEX triplet: 60, 6D and 10. RGB value is (96,109,16). Sum of RGB (Red+Green+Blue) = 96+109+16=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #606D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D10 is #9F92EF. Grayscale: #5E5E5E. Windows color (decimal): -10457840 or 1076576. OLE color: 1076576.
HSL color Cylindrical-coordinate representation of color #606D10: hue angle of 68.39º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #606D10 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 16 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.57 |
| HSL | 68.39º | 0.74% | 0.25% | - |
| HSV(B) | 68.39º | 0.85% | 0.43% | - |
| XYZ | 10.39 | 13.46 | 2.54 | - |
| YUV | 94.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 16 | 0.12 | 0 | 0.85 | 0.57 | 68.39 | 0.74 | 0.25 |
| Hex | 60 | 6D | 10 | C | 0 | 55 | 39 | 44 | 4A | 19 |
| Octal | 140 | 155 | 20 | 14 | 0 | 125 | 71 | 104 | 112 | 31 |
| Binary | 1100000 | 1101101 | 10000 | 1100 | 0 | 1010101 | 111001 | 1000100 | 1001010 | 11001 |
Color Harmonies of #606D10
Complementary color
Monochromatic Colors of #606D10
Black with #606D10
Text Example
Text Example
White with #606D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D10; }
p { color: rgb(96,109,16); }
H1.HeaderClassName
{
color: #606D10;
}
.AnyTagClassName
{
color: #606D10;
}
</style>
background-color css
<style>
a { background-color: #606D10; }
a { background-color: rgb(96,109,16); }
div.DivClassName
{
background-color: #606D10;
}
.BgClassName
{
background-color: #606D10;
}
</style>
border-color css
<style>
span { border-color: #606D10; }
span { border-color: rgb(96,109,16); }
td.TdClassName
{
border-color: #606D10;
}
.TagClassName
{
border-color: #606D10;
}
</style>