Shades of Fiji Green #578001
Tints of Fiji Green #578001
RGB
CMYK
RGB Variations
Color information
#578001 (or 0x578001) is known color: Fiji Green. HEX triplet: 57, 80 and 01. RGB value is (87,128,1). Sum of RGB (Red+Green+Blue) = 87+128+1=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #578001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578001 is #A87FFE. Grayscale: #656565. Windows color (decimal): -11042815 or 98391. OLE color: 98391.
HSL color Cylindrical-coordinate representation of color #578001: hue angle of 79.37º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #578001 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.50 |
| HSL | 79.37º | 0.98% | 0.25% | - |
| HSV(B) | 79.37º | 0.99% | 0.5% | - |
| XYZ | 11.66 | 17.47 | 2.79 | - |
| YUV | 101.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 1 | 0.32 | 0 | 0.99 | 0.50 | 79.37 | 0.98 | 0.25 |
| Hex | 57 | 80 | 1 | 20 | 0 | 63 | 32 | 4F | 62 | 19 |
| Octal | 127 | 200 | 1 | 40 | 0 | 143 | 62 | 117 | 142 | 31 |
| Binary | 1010111 | 10000000 | 1 | 100000 | 0 | 1100011 | 110010 | 1001111 | 1100010 | 11001 |
Color Harmonies of #578001
Complementary color
Monochromatic Colors of #578001
Black with #578001
Text Example
Text Example
White with #578001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578001; }
p { color: rgb(87,128,1); }
H1.HeaderClassName
{
color: #578001;
}
.AnyTagClassName
{
color: #578001;
}
</style>
background-color css
<style>
a { background-color: #578001; }
a { background-color: rgb(87,128,1); }
div.DivClassName
{
background-color: #578001;
}
.BgClassName
{
background-color: #578001;
}
</style>
border-color css
<style>
span { border-color: #578001; }
span { border-color: rgb(87,128,1); }
td.TdClassName
{
border-color: #578001;
}
.TagClassName
{
border-color: #578001;
}
</style>