Shades of Fiji Green #5E770C
Tints of Fiji Green #5E770C
RGB
CMYK
RGB Variations
Color information
#5E770C (or 0x5E770C) is known color: Fiji Green. HEX triplet: 5E, 77 and 0C. RGB value is (94,119,12). Sum of RGB (Red+Green+Blue) = 94+119+12=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #5E770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E770C is #A188F3. Grayscale: #636363. Windows color (decimal): -10586356 or 816990. OLE color: 816990.
HSL color Cylindrical-coordinate representation of color #5E770C: hue angle of 74.02º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E770C is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 12 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.53 |
| HSL | 74.02º | 0.82% | 0.26% | - |
| HSV(B) | 74.02º | 0.9% | 0.47% | - |
| XYZ | 11.28 | 15.6 | 2.76 | - |
| YUV | 99.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 12 | 0.21 | 0 | 0.90 | 0.53 | 74.02 | 0.82 | 0.26 |
| Hex | 5E | 77 | C | 15 | 0 | 5A | 35 | 4A | 52 | 1A |
| Octal | 136 | 167 | 14 | 25 | 0 | 132 | 65 | 112 | 122 | 32 |
| Binary | 1011110 | 1110111 | 1100 | 10101 | 0 | 1011010 | 110101 | 1001010 | 1010010 | 11010 |
Color Harmonies of #5E770C
Complementary color
Monochromatic Colors of #5E770C
Black with #5E770C
Text Example
Text Example
White with #5E770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E770C; }
p { color: rgb(94,119,12); }
H1.HeaderClassName
{
color: #5E770C;
}
.AnyTagClassName
{
color: #5E770C;
}
</style>
background-color css
<style>
a { background-color: #5E770C; }
a { background-color: rgb(94,119,12); }
div.DivClassName
{
background-color: #5E770C;
}
.BgClassName
{
background-color: #5E770C;
}
</style>
border-color css
<style>
span { border-color: #5E770C; }
span { border-color: rgb(94,119,12); }
td.TdClassName
{
border-color: #5E770C;
}
.TagClassName
{
border-color: #5E770C;
}
</style>