Shades of Fiji Green #597C02
Tints of Fiji Green #597C02
RGB
CMYK
RGB Variations
Color information
#597C02 (or 0x597C02) is known color: Fiji Green. HEX triplet: 59, 7C and 02. RGB value is (89,124,2). Sum of RGB (Red+Green+Blue) = 89+124+2=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #597C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597C02 is #A683FD. Grayscale: #646464. Windows color (decimal): -10912766 or 162905. OLE color: 162905.
HSL color Cylindrical-coordinate representation of color #597C02: hue angle of 77.21º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #597C02 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.51 |
| HSL | 77.21º | 0.97% | 0.25% | - |
| HSV(B) | 77.21º | 0.98% | 0.49% | - |
| XYZ | 11.34 | 16.54 | 2.65 | - |
| YUV | 99.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 2 | 0.28 | 0 | 0.98 | 0.51 | 77.21 | 0.97 | 0.25 |
| Hex | 59 | 7C | 2 | 1C | 0 | 62 | 33 | 4D | 61 | 19 |
| Octal | 131 | 174 | 2 | 34 | 0 | 142 | 63 | 115 | 141 | 31 |
| Binary | 1011001 | 1111100 | 10 | 11100 | 0 | 1100010 | 110011 | 1001101 | 1100001 | 11001 |
Color Harmonies of #597C02
Complementary color
Monochromatic Colors of #597C02
Black with #597C02
Text Example
Text Example
White with #597C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C02; }
p { color: rgb(89,124,2); }
H1.HeaderClassName
{
color: #597C02;
}
.AnyTagClassName
{
color: #597C02;
}
</style>
background-color css
<style>
a { background-color: #597C02; }
a { background-color: rgb(89,124,2); }
div.DivClassName
{
background-color: #597C02;
}
.BgClassName
{
background-color: #597C02;
}
</style>
border-color css
<style>
span { border-color: #597C02; }
span { border-color: rgb(89,124,2); }
td.TdClassName
{
border-color: #597C02;
}
.TagClassName
{
border-color: #597C02;
}
</style>