Shades of Fiji Green #597702
Tints of Fiji Green #597702
RGB
CMYK
RGB Variations
Color information
#597702 (or 0x597702) is known color: Fiji Green. HEX triplet: 59, 77 and 02. RGB value is (89,119,2). Sum of RGB (Red+Green+Blue) = 89+119+2=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #597702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #597702 is #A688FD. Grayscale: #616161. Windows color (decimal): -10914046 or 161625. OLE color: 161625.
HSL color Cylindrical-coordinate representation of color #597702: hue angle of 75.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #597702 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 2 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.53 |
| HSL | 75.38º | 0.97% | 0.24% | - |
| HSV(B) | 75.38º | 0.98% | 0.47% | - |
| XYZ | 10.73 | 15.32 | 2.45 | - |
| YUV | 96.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 2 | 0.25 | 0 | 0.98 | 0.53 | 75.38 | 0.97 | 0.24 |
| Hex | 59 | 77 | 2 | 19 | 0 | 62 | 35 | 4B | 61 | 18 |
| Octal | 131 | 167 | 2 | 31 | 0 | 142 | 65 | 113 | 141 | 30 |
| Binary | 1011001 | 1110111 | 10 | 11001 | 0 | 1100010 | 110101 | 1001011 | 1100001 | 11000 |
Color Harmonies of #597702
Complementary color
Monochromatic Colors of #597702
Black with #597702
Text Example
Text Example
White with #597702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597702; }
p { color: rgb(89,119,2); }
H1.HeaderClassName
{
color: #597702;
}
.AnyTagClassName
{
color: #597702;
}
</style>
background-color css
<style>
a { background-color: #597702; }
a { background-color: rgb(89,119,2); }
div.DivClassName
{
background-color: #597702;
}
.BgClassName
{
background-color: #597702;
}
</style>
border-color css
<style>
span { border-color: #597702; }
span { border-color: rgb(89,119,2); }
td.TdClassName
{
border-color: #597702;
}
.TagClassName
{
border-color: #597702;
}
</style>