Shades of Fiji Green #5C7609
Tints of Fiji Green #5C7609
RGB
CMYK
RGB Variations
Color information
#5C7609 (or 0x5C7609) is known color: Fiji Green. HEX triplet: 5C, 76 and 09. RGB value is (92,118,9). Sum of RGB (Red+Green+Blue) = 92+118+9=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7609 is #A389F6. Grayscale: #626262. Windows color (decimal): -10717687 or 620124. OLE color: 620124.
HSL color Cylindrical-coordinate representation of color #5C7609: hue angle of 74.31º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C7609 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 9 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.54 |
| HSL | 74.31º | 0.86% | 0.25% | - |
| HSV(B) | 74.31º | 0.92% | 0.46% | - |
| XYZ | 10.94 | 15.25 | 2.63 | - |
| YUV | 97.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 9 | 0.22 | 0 | 0.92 | 0.54 | 74.31 | 0.86 | 0.25 |
| Hex | 5C | 76 | 9 | 16 | 0 | 5C | 36 | 4A | 56 | 19 |
| Octal | 134 | 166 | 11 | 26 | 0 | 134 | 66 | 112 | 126 | 31 |
| Binary | 1011100 | 1110110 | 1001 | 10110 | 0 | 1011100 | 110110 | 1001010 | 1010110 | 11001 |
Color Harmonies of #5C7609
Complementary color
Monochromatic Colors of #5C7609
Black with #5C7609
Text Example
Text Example
White with #5C7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7609; }
p { color: rgb(92,118,9); }
H1.HeaderClassName
{
color: #5C7609;
}
.AnyTagClassName
{
color: #5C7609;
}
</style>
background-color css
<style>
a { background-color: #5C7609; }
a { background-color: rgb(92,118,9); }
div.DivClassName
{
background-color: #5C7609;
}
.BgClassName
{
background-color: #5C7609;
}
</style>
border-color css
<style>
span { border-color: #5C7609; }
span { border-color: rgb(92,118,9); }
td.TdClassName
{
border-color: #5C7609;
}
.TagClassName
{
border-color: #5C7609;
}
</style>