Shades of Fiji Green #597D02
Tints of Fiji Green #597D02
RGB
CMYK
RGB Variations
Color information
#597D02 (or 0x597D02) is known color: Fiji Green. HEX triplet: 59, 7D and 02. RGB value is (89,125,2). Sum of RGB (Red+Green+Blue) = 89+125+2=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #597D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597D02 is #A682FD. Grayscale: #646464. Windows color (decimal): -10912510 or 163161. OLE color: 163161.
HSL color Cylindrical-coordinate representation of color #597D02: hue angle of 77.56º 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 #597D02 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 2 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.51 |
| HSL | 77.56º | 0.97% | 0.25% | - |
| HSV(B) | 77.56º | 0.98% | 0.49% | - |
| XYZ | 11.46 | 16.8 | 2.7 | - |
| YUV | 100.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 2 | 0.29 | 0 | 0.98 | 0.51 | 77.56 | 0.97 | 0.25 |
| Hex | 59 | 7D | 2 | 1D | 0 | 62 | 33 | 4E | 61 | 19 |
| Octal | 131 | 175 | 2 | 35 | 0 | 142 | 63 | 116 | 141 | 31 |
| Binary | 1011001 | 1111101 | 10 | 11101 | 0 | 1100010 | 110011 | 1001110 | 1100001 | 11001 |
Color Harmonies of #597D02
Complementary color
Monochromatic Colors of #597D02
Black with #597D02
Text Example
Text Example
White with #597D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D02; }
p { color: rgb(89,125,2); }
H1.HeaderClassName
{
color: #597D02;
}
.AnyTagClassName
{
color: #597D02;
}
</style>
background-color css
<style>
a { background-color: #597D02; }
a { background-color: rgb(89,125,2); }
div.DivClassName
{
background-color: #597D02;
}
.BgClassName
{
background-color: #597D02;
}
</style>
border-color css
<style>
span { border-color: #597D02; }
span { border-color: rgb(89,125,2); }
td.TdClassName
{
border-color: #597D02;
}
.TagClassName
{
border-color: #597D02;
}
</style>