Shades of Fiji Green #5E770A
Tints of Fiji Green #5E770A
RGB
CMYK
RGB Variations
Color information
#5E770A (or 0x5E770A) is known color: Fiji Green. HEX triplet: 5E, 77 and 0A. RGB value is (94,119,10). Sum of RGB (Red+Green+Blue) = 94+119+10=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #5E770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E770A is #A188F5. Grayscale: #636363. Windows color (decimal): -10586358 or 685918. OLE color: 685918.
HSL color Cylindrical-coordinate representation of color #5E770A: hue angle of 73.76º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E770A is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 10 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.53 |
| HSL | 73.76º | 0.84% | 0.25% | - |
| HSV(B) | 73.76º | 0.92% | 0.47% | - |
| XYZ | 11.27 | 15.6 | 2.7 | - |
| YUV | 99.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 10 | 0.21 | 0 | 0.92 | 0.53 | 73.76 | 0.84 | 0.25 |
| Hex | 5E | 77 | A | 15 | 0 | 5C | 35 | 4A | 54 | 19 |
| Octal | 136 | 167 | 12 | 25 | 0 | 134 | 65 | 112 | 124 | 31 |
| Binary | 1011110 | 1110111 | 1010 | 10101 | 0 | 1011100 | 110101 | 1001010 | 1010100 | 11001 |
Color Harmonies of #5E770A
Complementary color
Monochromatic Colors of #5E770A
Black with #5E770A
Text Example
Text Example
White with #5E770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E770A; }
p { color: rgb(94,119,10); }
H1.HeaderClassName
{
color: #5E770A;
}
.AnyTagClassName
{
color: #5E770A;
}
</style>
background-color css
<style>
a { background-color: #5E770A; }
a { background-color: rgb(94,119,10); }
div.DivClassName
{
background-color: #5E770A;
}
.BgClassName
{
background-color: #5E770A;
}
</style>
border-color css
<style>
span { border-color: #5E770A; }
span { border-color: rgb(94,119,10); }
td.TdClassName
{
border-color: #5E770A;
}
.TagClassName
{
border-color: #5E770A;
}
</style>