Shades of Fiji Green #606D18
Tints of Fiji Green #606D18
RGB
CMYK
RGB Variations
Color information
#606D18 (or 0x606D18) is known color: Fiji Green. HEX triplet: 60, 6D and 18. RGB value is (96,109,24). Sum of RGB (Red+Green+Blue) = 96+109+24=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #606D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D18 is #9F92E7. Grayscale: #5F5F5F. Windows color (decimal): -10457832 or 1600864. OLE color: 1600864.
HSL color Cylindrical-coordinate representation of color #606D18: hue angle of 69.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #606D18 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 24 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.57 |
| HSL | 69.18º | 0.64% | 0.26% | - |
| HSV(B) | 69.18º | 0.78% | 0.43% | - |
| XYZ | 10.46 | 13.49 | 2.92 | - |
| YUV | 95.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 24 | 0.12 | 0 | 0.78 | 0.57 | 69.18 | 0.64 | 0.26 |
| Hex | 60 | 6D | 18 | C | 0 | 4E | 39 | 45 | 40 | 1A |
| Octal | 140 | 155 | 30 | 14 | 0 | 116 | 71 | 105 | 100 | 32 |
| Binary | 1100000 | 1101101 | 11000 | 1100 | 0 | 1001110 | 111001 | 1000101 | 1000000 | 11010 |
Color Harmonies of #606D18
Complementary color
Monochromatic Colors of #606D18
Black with #606D18
Text Example
Text Example
White with #606D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D18; }
p { color: rgb(96,109,24); }
H1.HeaderClassName
{
color: #606D18;
}
.AnyTagClassName
{
color: #606D18;
}
</style>
background-color css
<style>
a { background-color: #606D18; }
a { background-color: rgb(96,109,24); }
div.DivClassName
{
background-color: #606D18;
}
.BgClassName
{
background-color: #606D18;
}
</style>
border-color css
<style>
span { border-color: #606D18; }
span { border-color: rgb(96,109,24); }
td.TdClassName
{
border-color: #606D18;
}
.TagClassName
{
border-color: #606D18;
}
</style>