Shades of Fiji Green #59780B
Tints of Fiji Green #59780B
RGB
CMYK
RGB Variations
Color information
#59780B (or 0x59780B) is known color: Fiji Green. HEX triplet: 59, 78 and 0B. RGB value is (89,120,11). Sum of RGB (Red+Green+Blue) = 89+120+11=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #59780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59780B is #A687F4. Grayscale: #626262. Windows color (decimal): -10913781 or 751705. OLE color: 751705.
HSL color Cylindrical-coordinate representation of color #59780B: hue angle of 77.06º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59780B is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 120 | 11 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.53 |
| HSL | 77.06º | 0.83% | 0.26% | - |
| HSV(B) | 77.06º | 0.91% | 0.47% | - |
| XYZ | 10.9 | 15.58 | 2.75 | - |
| YUV | 98.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 11 | 0.26 | 0 | 0.91 | 0.53 | 77.06 | 0.83 | 0.26 |
| Hex | 59 | 78 | B | 1A | 0 | 5B | 35 | 4D | 53 | 1A |
| Octal | 131 | 170 | 13 | 32 | 0 | 133 | 65 | 115 | 123 | 32 |
| Binary | 1011001 | 1111000 | 1011 | 11010 | 0 | 1011011 | 110101 | 1001101 | 1010011 | 11010 |
Color Harmonies of #59780B
Complementary color
Monochromatic Colors of #59780B
Black with #59780B
Text Example
Text Example
White with #59780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59780B; }
p { color: rgb(89,120,11); }
H1.HeaderClassName
{
color: #59780B;
}
.AnyTagClassName
{
color: #59780B;
}
</style>
background-color css
<style>
a { background-color: #59780B; }
a { background-color: rgb(89,120,11); }
div.DivClassName
{
background-color: #59780B;
}
.BgClassName
{
background-color: #59780B;
}
</style>
border-color css
<style>
span { border-color: #59780B; }
span { border-color: rgb(89,120,11); }
td.TdClassName
{
border-color: #59780B;
}
.TagClassName
{
border-color: #59780B;
}
</style>