Shades of Fiji Green #5E7609
Tints of Fiji Green #5E7609
RGB
CMYK
RGB Variations
Color information
#5E7609 (or 0x5E7609) is known color: Fiji Green. HEX triplet: 5E, 76 and 09. RGB value is (94,118,9). Sum of RGB (Red+Green+Blue) = 94+118+9=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7609 is #A189F6. Grayscale: #626262. Windows color (decimal): -10586615 or 620126. OLE color: 620126.
HSL color Cylindrical-coordinate representation of color #5E7609: hue angle of 73.21º 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 #5E7609 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 9 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.54 |
| HSL | 73.21º | 0.86% | 0.25% | - |
| HSV(B) | 73.21º | 0.92% | 0.46% | - |
| XYZ | 11.14 | 15.36 | 2.64 | - |
| YUV | 98.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 9 | 0.20 | 0 | 0.92 | 0.54 | 73.21 | 0.86 | 0.25 |
| Hex | 5E | 76 | 9 | 14 | 0 | 5C | 36 | 49 | 56 | 19 |
| Octal | 136 | 166 | 11 | 24 | 0 | 134 | 66 | 111 | 126 | 31 |
| Binary | 1011110 | 1110110 | 1001 | 10100 | 0 | 1011100 | 110110 | 1001001 | 1010110 | 11001 |
Color Harmonies of #5E7609
Complementary color
Monochromatic Colors of #5E7609
Black with #5E7609
Text Example
Text Example
White with #5E7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7609; }
p { color: rgb(94,118,9); }
H1.HeaderClassName
{
color: #5E7609;
}
.AnyTagClassName
{
color: #5E7609;
}
</style>
background-color css
<style>
a { background-color: #5E7609; }
a { background-color: rgb(94,118,9); }
div.DivClassName
{
background-color: #5E7609;
}
.BgClassName
{
background-color: #5E7609;
}
</style>
border-color css
<style>
span { border-color: #5E7609; }
span { border-color: rgb(94,118,9); }
td.TdClassName
{
border-color: #5E7609;
}
.TagClassName
{
border-color: #5E7609;
}
</style>