Shades of Fiji Green #58770E
Tints of Fiji Green #58770E
RGB
CMYK
RGB Variations
Color information
#58770E (or 0x58770E) is known color: Fiji Green. HEX triplet: 58, 77 and 0E. RGB value is (88,119,14). Sum of RGB (Red+Green+Blue) = 88+119+14=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #58770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58770E is #A788F1. Grayscale: #626262. Windows color (decimal): -10979570 or 948056. OLE color: 948056.
HSL color Cylindrical-coordinate representation of color #58770E: hue angle of 77.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58770E is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 14 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.53 |
| HSL | 77.71º | 0.79% | 0.26% | - |
| HSV(B) | 77.71º | 0.88% | 0.47% | - |
| XYZ | 10.7 | 15.3 | 2.8 | - |
| YUV | 97.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 14 | 0.26 | 0 | 0.88 | 0.53 | 77.71 | 0.79 | 0.26 |
| Hex | 58 | 77 | E | 1A | 0 | 58 | 35 | 4E | 4F | 1A |
| Octal | 130 | 167 | 16 | 32 | 0 | 130 | 65 | 116 | 117 | 32 |
| Binary | 1011000 | 1110111 | 1110 | 11010 | 0 | 1011000 | 110101 | 1001110 | 1001111 | 11010 |
Color Harmonies of #58770E
Complementary color
Monochromatic Colors of #58770E
Black with #58770E
Text Example
Text Example
White with #58770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58770E; }
p { color: rgb(88,119,14); }
H1.HeaderClassName
{
color: #58770E;
}
.AnyTagClassName
{
color: #58770E;
}
</style>
background-color css
<style>
a { background-color: #58770E; }
a { background-color: rgb(88,119,14); }
div.DivClassName
{
background-color: #58770E;
}
.BgClassName
{
background-color: #58770E;
}
</style>
border-color css
<style>
span { border-color: #58770E; }
span { border-color: rgb(88,119,14); }
td.TdClassName
{
border-color: #58770E;
}
.TagClassName
{
border-color: #58770E;
}
</style>