Shades of Fiji Green #58750D
Tints of Fiji Green #58750D
RGB
CMYK
RGB Variations
Color information
#58750D (or 0x58750D) is known color: Fiji Green. HEX triplet: 58, 75 and 0D. RGB value is (88,117,13). Sum of RGB (Red+Green+Blue) = 88+117+13=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #58750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58750D is #A78AF2. Grayscale: #606060. Windows color (decimal): -10980083 or 882008. OLE color: 882008.
HSL color Cylindrical-coordinate representation of color #58750D: hue angle of 76.73º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58750D is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 117 | 13 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.54 |
| HSL | 76.73º | 0.8% | 0.25% | - |
| HSV(B) | 76.73º | 0.89% | 0.46% | - |
| XYZ | 10.46 | 14.83 | 2.69 | - |
| YUV | 96.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 13 | 0.25 | 0 | 0.89 | 0.54 | 76.73 | 0.8 | 0.25 |
| Hex | 58 | 75 | D | 19 | 0 | 59 | 36 | 4D | 50 | 19 |
| Octal | 130 | 165 | 15 | 31 | 0 | 131 | 66 | 115 | 120 | 31 |
| Binary | 1011000 | 1110101 | 1101 | 11001 | 0 | 1011001 | 110110 | 1001101 | 1010000 | 11001 |
Color Harmonies of #58750D
Complementary color
Monochromatic Colors of #58750D
Black with #58750D
Text Example
Text Example
White with #58750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58750D; }
p { color: rgb(88,117,13); }
H1.HeaderClassName
{
color: #58750D;
}
.AnyTagClassName
{
color: #58750D;
}
</style>
background-color css
<style>
a { background-color: #58750D; }
a { background-color: rgb(88,117,13); }
div.DivClassName
{
background-color: #58750D;
}
.BgClassName
{
background-color: #58750D;
}
</style>
border-color css
<style>
span { border-color: #58750D; }
span { border-color: rgb(88,117,13); }
td.TdClassName
{
border-color: #58750D;
}
.TagClassName
{
border-color: #58750D;
}
</style>