Shades of Fiji Green #5E7406
Tints of Fiji Green #5E7406
RGB
CMYK
RGB Variations
Color information
#5E7406 (or 0x5E7406) is known color: Fiji Green. HEX triplet: 5E, 74 and 06. RGB value is (94,116,6). Sum of RGB (Red+Green+Blue) = 94+116+6=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7406 is #A18BF9. Grayscale: #616161. Windows color (decimal): -10587130 or 423006. OLE color: 423006.
HSL color Cylindrical-coordinate representation of color #5E7406: hue angle of 72º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E7406 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 6 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.55 |
| HSL | 72º | 0.9% | 0.24% | - |
| HSV(B) | 72º | 0.95% | 0.45% | - |
| XYZ | 10.89 | 14.88 | 2.47 | - |
| YUV | 96.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 6 | 0.19 | 0 | 0.95 | 0.55 | 72 | 0.9 | 0.24 |
| Hex | 5E | 74 | 6 | 13 | 0 | 5F | 37 | 48 | 5A | 18 |
| Octal | 136 | 164 | 6 | 23 | 0 | 137 | 67 | 110 | 132 | 30 |
| Binary | 1011110 | 1110100 | 110 | 10011 | 0 | 1011111 | 110111 | 1001000 | 1011010 | 11000 |
Color Harmonies of #5E7406
Complementary color
Monochromatic Colors of #5E7406
Black with #5E7406
Text Example
Text Example
White with #5E7406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7406; }
p { color: rgb(94,116,6); }
H1.HeaderClassName
{
color: #5E7406;
}
.AnyTagClassName
{
color: #5E7406;
}
</style>
background-color css
<style>
a { background-color: #5E7406; }
a { background-color: rgb(94,116,6); }
div.DivClassName
{
background-color: #5E7406;
}
.BgClassName
{
background-color: #5E7406;
}
</style>
border-color css
<style>
span { border-color: #5E7406; }
span { border-color: rgb(94,116,6); }
td.TdClassName
{
border-color: #5E7406;
}
.TagClassName
{
border-color: #5E7406;
}
</style>