Shades of Fiji Green #58770B
Tints of Fiji Green #58770B
RGB
CMYK
RGB Variations
Color information
#58770B (or 0x58770B) is known color: Fiji Green. HEX triplet: 58, 77 and 0B. RGB value is (88,119,11). Sum of RGB (Red+Green+Blue) = 88+119+11=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #58770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58770B is #A788F4. Grayscale: #616161. Windows color (decimal): -10979573 or 751448. OLE color: 751448.
HSL color Cylindrical-coordinate representation of color #58770B: hue angle of 77.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58770B is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 119 | 11 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.53 |
| HSL | 77.22º | 0.83% | 0.25% | - |
| HSV(B) | 77.22º | 0.91% | 0.47% | - |
| XYZ | 10.68 | 15.29 | 2.71 | - |
| YUV | 97.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 11 | 0.26 | 0 | 0.91 | 0.53 | 77.22 | 0.83 | 0.25 |
| Hex | 58 | 77 | B | 1A | 0 | 5B | 35 | 4D | 53 | 19 |
| Octal | 130 | 167 | 13 | 32 | 0 | 133 | 65 | 115 | 123 | 31 |
| Binary | 1011000 | 1110111 | 1011 | 11010 | 0 | 1011011 | 110101 | 1001101 | 1010011 | 11001 |
Color Harmonies of #58770B
Complementary color
Monochromatic Colors of #58770B
Black with #58770B
Text Example
Text Example
White with #58770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58770B; }
p { color: rgb(88,119,11); }
H1.HeaderClassName
{
color: #58770B;
}
.AnyTagClassName
{
color: #58770B;
}
</style>
background-color css
<style>
a { background-color: #58770B; }
a { background-color: rgb(88,119,11); }
div.DivClassName
{
background-color: #58770B;
}
.BgClassName
{
background-color: #58770B;
}
</style>
border-color css
<style>
span { border-color: #58770B; }
span { border-color: rgb(88,119,11); }
td.TdClassName
{
border-color: #58770B;
}
.TagClassName
{
border-color: #58770B;
}
</style>