Shades of Fiji Green #59790C
Tints of Fiji Green #59790C
RGB
CMYK
RGB Variations
Color information
#59790C (or 0x59790C) is known color: Fiji Green. HEX triplet: 59, 79 and 0C. RGB value is (89,121,12). Sum of RGB (Red+Green+Blue) = 89+121+12=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #59790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59790C is #A686F3. Grayscale: #636363. Windows color (decimal): -10913524 or 817497. OLE color: 817497.
HSL color Cylindrical-coordinate representation of color #59790C: hue angle of 77.61º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59790C is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 121 | 12 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.53 |
| HSL | 77.61º | 0.82% | 0.26% | - |
| HSV(B) | 77.61º | 0.9% | 0.47% | - |
| XYZ | 11.02 | 15.83 | 2.82 | - |
| YUV | 99.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 12 | 0.26 | 0 | 0.90 | 0.53 | 77.61 | 0.82 | 0.26 |
| Hex | 59 | 79 | C | 1A | 0 | 5A | 35 | 4E | 52 | 1A |
| Octal | 131 | 171 | 14 | 32 | 0 | 132 | 65 | 116 | 122 | 32 |
| Binary | 1011001 | 1111001 | 1100 | 11010 | 0 | 1011010 | 110101 | 1001110 | 1010010 | 11010 |
Color Harmonies of #59790C
Complementary color
Monochromatic Colors of #59790C
Black with #59790C
Text Example
Text Example
White with #59790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59790C; }
p { color: rgb(89,121,12); }
H1.HeaderClassName
{
color: #59790C;
}
.AnyTagClassName
{
color: #59790C;
}
</style>
background-color css
<style>
a { background-color: #59790C; }
a { background-color: rgb(89,121,12); }
div.DivClassName
{
background-color: #59790C;
}
.BgClassName
{
background-color: #59790C;
}
</style>
border-color css
<style>
span { border-color: #59790C; }
span { border-color: rgb(89,121,12); }
td.TdClassName
{
border-color: #59790C;
}
.TagClassName
{
border-color: #59790C;
}
</style>