Shades of Fiji Green #58730B
Tints of Fiji Green #58730B
RGB
CMYK
RGB Variations
Color information
#58730B (or 0x58730B) is known color: Fiji Green. HEX triplet: 58, 73 and 0B. RGB value is (88,115,11). Sum of RGB (Red+Green+Blue) = 88+115+11=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #58730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58730B is #A78CF4. Grayscale: #5F5F5F. Windows color (decimal): -10980597 or 750424. OLE color: 750424.
HSL color Cylindrical-coordinate representation of color #58730B: hue angle of 75.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58730B is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 11 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.55 |
| HSL | 75.58º | 0.83% | 0.25% | - |
| HSV(B) | 75.58º | 0.9% | 0.45% | - |
| XYZ | 10.22 | 14.36 | 2.55 | - |
| YUV | 95.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 11 | 0.23 | 0 | 0.90 | 0.55 | 75.58 | 0.83 | 0.25 |
| Hex | 58 | 73 | B | 17 | 0 | 5A | 37 | 4C | 53 | 19 |
| Octal | 130 | 163 | 13 | 27 | 0 | 132 | 67 | 114 | 123 | 31 |
| Binary | 1011000 | 1110011 | 1011 | 10111 | 0 | 1011010 | 110111 | 1001100 | 1010011 | 11001 |
Color Harmonies of #58730B
Complementary color
Monochromatic Colors of #58730B
Black with #58730B
Text Example
Text Example
White with #58730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58730B; }
p { color: rgb(88,115,11); }
H1.HeaderClassName
{
color: #58730B;
}
.AnyTagClassName
{
color: #58730B;
}
</style>
background-color css
<style>
a { background-color: #58730B; }
a { background-color: rgb(88,115,11); }
div.DivClassName
{
background-color: #58730B;
}
.BgClassName
{
background-color: #58730B;
}
</style>
border-color css
<style>
span { border-color: #58730B; }
span { border-color: rgb(88,115,11); }
td.TdClassName
{
border-color: #58730B;
}
.TagClassName
{
border-color: #58730B;
}
</style>