Shades of Fiji Green #587A0A
Tints of Fiji Green #587A0A
RGB
CMYK
RGB Variations
Color information
#587A0A (or 0x587A0A) is known color: Fiji Green. HEX triplet: 58, 7A and 0A. RGB value is (88,122,10). Sum of RGB (Red+Green+Blue) = 88+122+10=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #587A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #587A0A is #A785F5. Grayscale: #636363. Windows color (decimal): -10978806 or 686680. OLE color: 686680.
HSL color Cylindrical-coordinate representation of color #587A0A: hue angle of 78.21º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #587A0A is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 10 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.52 |
| HSL | 78.21º | 0.85% | 0.26% | - |
| HSV(B) | 78.21º | 0.92% | 0.48% | - |
| XYZ | 11.04 | 16.02 | 2.8 | - |
| YUV | 99.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 10 | 0.28 | 0 | 0.92 | 0.52 | 78.21 | 0.85 | 0.26 |
| Hex | 58 | 7A | A | 1C | 0 | 5C | 34 | 4E | 55 | 1A |
| Octal | 130 | 172 | 12 | 34 | 0 | 134 | 64 | 116 | 125 | 32 |
| Binary | 1011000 | 1111010 | 1010 | 11100 | 0 | 1011100 | 110100 | 1001110 | 1010101 | 11010 |
Color Harmonies of #587A0A
Complementary color
Monochromatic Colors of #587A0A
Black with #587A0A
Text Example
Text Example
White with #587A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A0A; }
p { color: rgb(88,122,10); }
H1.HeaderClassName
{
color: #587A0A;
}
.AnyTagClassName
{
color: #587A0A;
}
</style>
background-color css
<style>
a { background-color: #587A0A; }
a { background-color: rgb(88,122,10); }
div.DivClassName
{
background-color: #587A0A;
}
.BgClassName
{
background-color: #587A0A;
}
</style>
border-color css
<style>
span { border-color: #587A0A; }
span { border-color: rgb(88,122,10); }
td.TdClassName
{
border-color: #587A0A;
}
.TagClassName
{
border-color: #587A0A;
}
</style>