Shades of Fiji Green #5F770C
Tints of Fiji Green #5F770C
RGB
CMYK
RGB Variations
Color information
#5F770C (or 0x5F770C) is known color: Fiji Green. HEX triplet: 5F, 77 and 0C. RGB value is (95,119,12). Sum of RGB (Red+Green+Blue) = 95+119+12=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #5F770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F770C is #A088F3. Grayscale: #646464. Windows color (decimal): -10520820 or 816991. OLE color: 816991.
HSL color Cylindrical-coordinate representation of color #5F770C: hue angle of 73.46º 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 #5F770C is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 12 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.53 |
| HSL | 73.46º | 0.82% | 0.26% | - |
| HSV(B) | 73.46º | 0.9% | 0.47% | - |
| XYZ | 11.38 | 15.65 | 2.77 | - |
| YUV | 99.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 12 | 0.20 | 0 | 0.90 | 0.53 | 73.46 | 0.82 | 0.26 |
| Hex | 5F | 77 | C | 14 | 0 | 5A | 35 | 49 | 52 | 1A |
| Octal | 137 | 167 | 14 | 24 | 0 | 132 | 65 | 111 | 122 | 32 |
| Binary | 1011111 | 1110111 | 1100 | 10100 | 0 | 1011010 | 110101 | 1001001 | 1010010 | 11010 |
Color Harmonies of #5F770C
Complementary color
Monochromatic Colors of #5F770C
Black with #5F770C
Text Example
Text Example
White with #5F770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F770C; }
p { color: rgb(95,119,12); }
H1.HeaderClassName
{
color: #5F770C;
}
.AnyTagClassName
{
color: #5F770C;
}
</style>
background-color css
<style>
a { background-color: #5F770C; }
a { background-color: rgb(95,119,12); }
div.DivClassName
{
background-color: #5F770C;
}
.BgClassName
{
background-color: #5F770C;
}
</style>
border-color css
<style>
span { border-color: #5F770C; }
span { border-color: rgb(95,119,12); }
td.TdClassName
{
border-color: #5F770C;
}
.TagClassName
{
border-color: #5F770C;
}
</style>