Shades of Fiji Green #58740A
Tints of Fiji Green #58740A
RGB
CMYK
RGB Variations
Color information
#58740A (or 0x58740A) is known color: Fiji Green. HEX triplet: 58, 74 and 0A. RGB value is (88,116,10). Sum of RGB (Red+Green+Blue) = 88+116+10=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #58740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58740A is #A78BF5. Grayscale: #5F5F5F. Windows color (decimal): -10980342 or 685144. OLE color: 685144.
HSL color Cylindrical-coordinate representation of color #58740A: hue angle of 75.85º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58740A is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 10 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.55 |
| HSL | 75.85º | 0.84% | 0.25% | - |
| HSV(B) | 75.85º | 0.91% | 0.45% | - |
| XYZ | 10.32 | 14.59 | 2.56 | - |
| YUV | 95.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 10 | 0.24 | 0 | 0.91 | 0.55 | 75.85 | 0.84 | 0.25 |
| Hex | 58 | 74 | A | 18 | 0 | 5B | 37 | 4C | 54 | 19 |
| Octal | 130 | 164 | 12 | 30 | 0 | 133 | 67 | 114 | 124 | 31 |
| Binary | 1011000 | 1110100 | 1010 | 11000 | 0 | 1011011 | 110111 | 1001100 | 1010100 | 11001 |
Color Harmonies of #58740A
Complementary color
Monochromatic Colors of #58740A
Black with #58740A
Text Example
Text Example
White with #58740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58740A; }
p { color: rgb(88,116,10); }
H1.HeaderClassName
{
color: #58740A;
}
.AnyTagClassName
{
color: #58740A;
}
</style>
background-color css
<style>
a { background-color: #58740A; }
a { background-color: rgb(88,116,10); }
div.DivClassName
{
background-color: #58740A;
}
.BgClassName
{
background-color: #58740A;
}
</style>
border-color css
<style>
span { border-color: #58740A; }
span { border-color: rgb(88,116,10); }
td.TdClassName
{
border-color: #58740A;
}
.TagClassName
{
border-color: #58740A;
}
</style>