Shades of Fiji Green #587A0C
Tints of Fiji Green #587A0C
RGB
CMYK
RGB Variations
Color information
#587A0C (or 0x587A0C) is known color: Fiji Green. HEX triplet: 58, 7A and 0C. RGB value is (88,122,12). Sum of RGB (Red+Green+Blue) = 88+122+12=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #587A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #587A0C is #A785F3. Grayscale: #636363. Windows color (decimal): -10978804 or 817752. OLE color: 817752.
HSL color Cylindrical-coordinate representation of color #587A0C: hue angle of 78.55º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #587A0C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 12 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.52 |
| HSL | 78.55º | 0.82% | 0.26% | - |
| HSV(B) | 78.55º | 0.9% | 0.48% | - |
| XYZ | 11.05 | 16.02 | 2.86 | - |
| YUV | 99.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 12 | 0.28 | 0 | 0.90 | 0.52 | 78.55 | 0.82 | 0.26 |
| Hex | 58 | 7A | C | 1C | 0 | 5A | 34 | 4F | 52 | 1A |
| Octal | 130 | 172 | 14 | 34 | 0 | 132 | 64 | 117 | 122 | 32 |
| Binary | 1011000 | 1111010 | 1100 | 11100 | 0 | 1011010 | 110100 | 1001111 | 1010010 | 11010 |
Color Harmonies of #587A0C
Complementary color
Monochromatic Colors of #587A0C
Black with #587A0C
Text Example
Text Example
White with #587A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A0C; }
p { color: rgb(88,122,12); }
H1.HeaderClassName
{
color: #587A0C;
}
.AnyTagClassName
{
color: #587A0C;
}
</style>
background-color css
<style>
a { background-color: #587A0C; }
a { background-color: rgb(88,122,12); }
div.DivClassName
{
background-color: #587A0C;
}
.BgClassName
{
background-color: #587A0C;
}
</style>
border-color css
<style>
span { border-color: #587A0C; }
span { border-color: rgb(88,122,12); }
td.TdClassName
{
border-color: #587A0C;
}
.TagClassName
{
border-color: #587A0C;
}
</style>