Shades of Fiji Green #5E7707
Tints of Fiji Green #5E7707
RGB
CMYK
RGB Variations
Color information
#5E7707 (or 0x5E7707) is known color: Fiji Green. HEX triplet: 5E, 77 and 07. RGB value is (94,119,7). Sum of RGB (Red+Green+Blue) = 94+119+7=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7707 is #A188F8. Grayscale: #636363. Windows color (decimal): -10586361 or 489310. OLE color: 489310.
HSL color Cylindrical-coordinate representation of color #5E7707: hue angle of 73.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E7707 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 7 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.53 |
| HSL | 73.39º | 0.89% | 0.25% | - |
| HSV(B) | 73.39º | 0.94% | 0.47% | - |
| XYZ | 11.25 | 15.59 | 2.62 | - |
| YUV | 98.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 7 | 0.21 | 0 | 0.94 | 0.53 | 73.39 | 0.89 | 0.25 |
| Hex | 5E | 77 | 7 | 15 | 0 | 5E | 35 | 49 | 59 | 19 |
| Octal | 136 | 167 | 7 | 25 | 0 | 136 | 65 | 111 | 131 | 31 |
| Binary | 1011110 | 1110111 | 111 | 10101 | 0 | 1011110 | 110101 | 1001001 | 1011001 | 11001 |
Color Harmonies of #5E7707
Complementary color
Monochromatic Colors of #5E7707
Black with #5E7707
Text Example
Text Example
White with #5E7707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7707; }
p { color: rgb(94,119,7); }
H1.HeaderClassName
{
color: #5E7707;
}
.AnyTagClassName
{
color: #5E7707;
}
</style>
background-color css
<style>
a { background-color: #5E7707; }
a { background-color: rgb(94,119,7); }
div.DivClassName
{
background-color: #5E7707;
}
.BgClassName
{
background-color: #5E7707;
}
</style>
border-color css
<style>
span { border-color: #5E7707; }
span { border-color: rgb(94,119,7); }
td.TdClassName
{
border-color: #5E7707;
}
.TagClassName
{
border-color: #5E7707;
}
</style>