Shades of Fiji Green #58770C
Tints of Fiji Green #58770C
RGB
CMYK
RGB Variations
Color information
#58770C (or 0x58770C) is known color: Fiji Green. HEX triplet: 58, 77 and 0C. RGB value is (88,119,12). Sum of RGB (Red+Green+Blue) = 88+119+12=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #58770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58770C is #A788F3. Grayscale: #616161. Windows color (decimal): -10979572 or 816984. OLE color: 816984.
HSL color Cylindrical-coordinate representation of color #58770C: hue angle of 77.38º 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 #58770C is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 12 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.53 |
| HSL | 77.38º | 0.82% | 0.26% | - |
| HSV(B) | 77.38º | 0.9% | 0.47% | - |
| XYZ | 10.69 | 15.29 | 2.74 | - |
| YUV | 97.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 12 | 0.26 | 0 | 0.90 | 0.53 | 77.38 | 0.82 | 0.26 |
| Hex | 58 | 77 | C | 1A | 0 | 5A | 35 | 4D | 52 | 1A |
| Octal | 130 | 167 | 14 | 32 | 0 | 132 | 65 | 115 | 122 | 32 |
| Binary | 1011000 | 1110111 | 1100 | 11010 | 0 | 1011010 | 110101 | 1001101 | 1010010 | 11010 |
Color Harmonies of #58770C
Complementary color
Monochromatic Colors of #58770C
Black with #58770C
Text Example
Text Example
White with #58770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58770C; }
p { color: rgb(88,119,12); }
H1.HeaderClassName
{
color: #58770C;
}
.AnyTagClassName
{
color: #58770C;
}
</style>
background-color css
<style>
a { background-color: #58770C; }
a { background-color: rgb(88,119,12); }
div.DivClassName
{
background-color: #58770C;
}
.BgClassName
{
background-color: #58770C;
}
</style>
border-color css
<style>
span { border-color: #58770C; }
span { border-color: rgb(88,119,12); }
td.TdClassName
{
border-color: #58770C;
}
.TagClassName
{
border-color: #58770C;
}
</style>