Shades of Fiji Green #59780C
Tints of Fiji Green #59780C
RGB
CMYK
RGB Variations
Color information
#59780C (or 0x59780C) is known color: Fiji Green. HEX triplet: 59, 78 and 0C. RGB value is (89,120,12). Sum of RGB (Red+Green+Blue) = 89+120+12=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #59780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59780C is #A687F3. Grayscale: #626262. Windows color (decimal): -10913780 or 817241. OLE color: 817241.
HSL color Cylindrical-coordinate representation of color #59780C: hue angle of 77.22º 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 #59780C is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 120 | 12 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.53 |
| HSL | 77.22º | 0.82% | 0.26% | - |
| HSV(B) | 77.22º | 0.9% | 0.47% | - |
| XYZ | 10.9 | 15.58 | 2.78 | - |
| YUV | 98.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 12 | 0.26 | 0 | 0.90 | 0.53 | 77.22 | 0.82 | 0.26 |
| Hex | 59 | 78 | C | 1A | 0 | 5A | 35 | 4D | 52 | 1A |
| Octal | 131 | 170 | 14 | 32 | 0 | 132 | 65 | 115 | 122 | 32 |
| Binary | 1011001 | 1111000 | 1100 | 11010 | 0 | 1011010 | 110101 | 1001101 | 1010010 | 11010 |
Color Harmonies of #59780C
Complementary color
Monochromatic Colors of #59780C
Black with #59780C
Text Example
Text Example
White with #59780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59780C; }
p { color: rgb(89,120,12); }
H1.HeaderClassName
{
color: #59780C;
}
.AnyTagClassName
{
color: #59780C;
}
</style>
background-color css
<style>
a { background-color: #59780C; }
a { background-color: rgb(89,120,12); }
div.DivClassName
{
background-color: #59780C;
}
.BgClassName
{
background-color: #59780C;
}
</style>
border-color css
<style>
span { border-color: #59780C; }
span { border-color: rgb(89,120,12); }
td.TdClassName
{
border-color: #59780C;
}
.TagClassName
{
border-color: #59780C;
}
</style>