Shades of Fiji Green #587001
Tints of Fiji Green #587001
RGB
CMYK
RGB Variations
Color information
#587001 (or 0x587001) is known color: Fiji Green. HEX triplet: 58, 70 and 01. RGB value is (88,112,1). Sum of RGB (Red+Green+Blue) = 88+112+1=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #587001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #587001 is #A78FFE. Grayscale: #5C5C5C. Windows color (decimal): -10981375 or 94296. OLE color: 94296.
HSL color Cylindrical-coordinate representation of color #587001: hue angle of 72.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #587001 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 112 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.56 |
| HSL | 72.97º | 0.98% | 0.22% | - |
| HSV(B) | 72.97º | 0.99% | 0.44% | - |
| XYZ | 9.82 | 13.67 | 2.15 | - |
| YUV | 92.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 112 | 1 | 0.21 | 0 | 0.99 | 0.56 | 72.97 | 0.98 | 0.22 |
| Hex | 58 | 70 | 1 | 15 | 0 | 63 | 38 | 49 | 62 | 16 |
| Octal | 130 | 160 | 1 | 25 | 0 | 143 | 70 | 111 | 142 | 26 |
| Binary | 1011000 | 1110000 | 1 | 10101 | 0 | 1100011 | 111000 | 1001001 | 1100010 | 10110 |
Color Harmonies of #587001
Complementary color
Monochromatic Colors of #587001
Black with #587001
Text Example
Text Example
White with #587001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587001; }
p { color: rgb(88,112,1); }
H1.HeaderClassName
{
color: #587001;
}
.AnyTagClassName
{
color: #587001;
}
</style>
background-color css
<style>
a { background-color: #587001; }
a { background-color: rgb(88,112,1); }
div.DivClassName
{
background-color: #587001;
}
.BgClassName
{
background-color: #587001;
}
</style>
border-color css
<style>
span { border-color: #587001; }
span { border-color: rgb(88,112,1); }
td.TdClassName
{
border-color: #587001;
}
.TagClassName
{
border-color: #587001;
}
</style>