Shades of Fiji Green #5C7209
Tints of Fiji Green #5C7209
RGB
CMYK
RGB Variations
Color information
#5C7209 (or 0x5C7209) is known color: Fiji Green. HEX triplet: 5C, 72 and 09. RGB value is (92,114,9). Sum of RGB (Red+Green+Blue) = 92+114+9=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7209 is #A38DF6. Grayscale: #5F5F5F. Windows color (decimal): -10718711 or 619100. OLE color: 619100.
HSL color Cylindrical-coordinate representation of color #5C7209: hue angle of 72.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C7209 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 9 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.55 |
| HSL | 72.57º | 0.85% | 0.24% | - |
| HSV(B) | 72.57º | 0.92% | 0.45% | - |
| XYZ | 10.48 | 14.33 | 2.47 | - |
| YUV | 95.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 9 | 0.19 | 0 | 0.92 | 0.55 | 72.57 | 0.85 | 0.24 |
| Hex | 5C | 72 | 9 | 13 | 0 | 5C | 37 | 49 | 55 | 18 |
| Octal | 134 | 162 | 11 | 23 | 0 | 134 | 67 | 111 | 125 | 30 |
| Binary | 1011100 | 1110010 | 1001 | 10011 | 0 | 1011100 | 110111 | 1001001 | 1010101 | 11000 |
Color Harmonies of #5C7209
Complementary color
Monochromatic Colors of #5C7209
Black with #5C7209
Text Example
Text Example
White with #5C7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7209; }
p { color: rgb(92,114,9); }
H1.HeaderClassName
{
color: #5C7209;
}
.AnyTagClassName
{
color: #5C7209;
}
</style>
background-color css
<style>
a { background-color: #5C7209; }
a { background-color: rgb(92,114,9); }
div.DivClassName
{
background-color: #5C7209;
}
.BgClassName
{
background-color: #5C7209;
}
</style>
border-color css
<style>
span { border-color: #5C7209; }
span { border-color: rgb(92,114,9); }
td.TdClassName
{
border-color: #5C7209;
}
.TagClassName
{
border-color: #5C7209;
}
</style>