Shades of Fiji Green #58700B
Tints of Fiji Green #58700B
RGB
CMYK
RGB Variations
Color information
#58700B (or 0x58700B) is known color: Fiji Green. HEX triplet: 58, 70 and 0B. RGB value is (88,112,11). Sum of RGB (Red+Green+Blue) = 88+112+11=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #58700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58700B is #A78FF4. Grayscale: #5D5D5D. Windows color (decimal): -10981365 or 749656. OLE color: 749656.
HSL color Cylindrical-coordinate representation of color #58700B: hue angle of 74.26º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58700B is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 11 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.56 |
| HSL | 74.26º | 0.82% | 0.24% | - |
| HSV(B) | 74.26º | 0.9% | 0.44% | - |
| XYZ | 9.88 | 13.69 | 2.44 | - |
| YUV | 93.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 11 | 0.21 | 0 | 0.90 | 0.56 | 74.26 | 0.82 | 0.24 |
| Hex | 58 | 70 | B | 15 | 0 | 5A | 38 | 4A | 52 | 18 |
| Octal | 130 | 160 | 13 | 25 | 0 | 132 | 70 | 112 | 122 | 30 |
| Binary | 1011000 | 1110000 | 1011 | 10101 | 0 | 1011010 | 111000 | 1001010 | 1010010 | 11000 |
Color Harmonies of #58700B
Complementary color
Monochromatic Colors of #58700B
Black with #58700B
Text Example
Text Example
White with #58700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58700B; }
p { color: rgb(88,112,11); }
H1.HeaderClassName
{
color: #58700B;
}
.AnyTagClassName
{
color: #58700B;
}
</style>
background-color css
<style>
a { background-color: #58700B; }
a { background-color: rgb(88,112,11); }
div.DivClassName
{
background-color: #58700B;
}
.BgClassName
{
background-color: #58700B;
}
</style>
border-color css
<style>
span { border-color: #58700B; }
span { border-color: rgb(88,112,11); }
td.TdClassName
{
border-color: #58700B;
}
.TagClassName
{
border-color: #58700B;
}
</style>