Shades of Fiji Green #606D09
Tints of Fiji Green #606D09
RGB
CMYK
RGB Variations
Color information
#606D09 (or 0x606D09) is known color: Fiji Green. HEX triplet: 60, 6D and 09. RGB value is (96,109,9). Sum of RGB (Red+Green+Blue) = 96+109+9=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #606D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D09 is #9F92F6. Grayscale: #5E5E5E. Windows color (decimal): -10457847 or 617824. OLE color: 617824.
HSL color Cylindrical-coordinate representation of color #606D09: hue angle of 67.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #606D09 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 9 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.57 |
| HSL | 67.8º | 0.85% | 0.23% | - |
| HSV(B) | 67.8º | 0.92% | 0.43% | - |
| XYZ | 10.34 | 13.44 | 2.31 | - |
| YUV | 93.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 9 | 0.12 | 0 | 0.92 | 0.57 | 67.8 | 0.85 | 0.23 |
| Hex | 60 | 6D | 9 | C | 0 | 5C | 39 | 44 | 55 | 17 |
| Octal | 140 | 155 | 11 | 14 | 0 | 134 | 71 | 104 | 125 | 27 |
| Binary | 1100000 | 1101101 | 1001 | 1100 | 0 | 1011100 | 111001 | 1000100 | 1010101 | 10111 |
Color Harmonies of #606D09
Complementary color
Monochromatic Colors of #606D09
Black with #606D09
Text Example
Text Example
White with #606D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D09; }
p { color: rgb(96,109,9); }
H1.HeaderClassName
{
color: #606D09;
}
.AnyTagClassName
{
color: #606D09;
}
</style>
background-color css
<style>
a { background-color: #606D09; }
a { background-color: rgb(96,109,9); }
div.DivClassName
{
background-color: #606D09;
}
.BgClassName
{
background-color: #606D09;
}
</style>
border-color css
<style>
span { border-color: #606D09; }
span { border-color: rgb(96,109,9); }
td.TdClassName
{
border-color: #606D09;
}
.TagClassName
{
border-color: #606D09;
}
</style>