Shades of Fiji Green #59790B
Tints of Fiji Green #59790B
RGB
CMYK
RGB Variations
Color information
#59790B (or 0x59790B) is known color: Fiji Green. HEX triplet: 59, 79 and 0B. RGB value is (89,121,11). Sum of RGB (Red+Green+Blue) = 89+121+11=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #59790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59790B is #A686F4. Grayscale: #636363. Windows color (decimal): -10913525 or 751961. OLE color: 751961.
HSL color Cylindrical-coordinate representation of color #59790B: hue angle of 77.45º 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 #59790B is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 121 | 11 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.53 |
| HSL | 77.45º | 0.83% | 0.26% | - |
| HSV(B) | 77.45º | 0.91% | 0.47% | - |
| XYZ | 11.02 | 15.82 | 2.79 | - |
| YUV | 98.89 | 78.4 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 11 | 0.26 | 0 | 0.91 | 0.53 | 77.45 | 0.83 | 0.26 |
| Hex | 59 | 79 | B | 1A | 0 | 5B | 35 | 4D | 53 | 1A |
| Octal | 131 | 171 | 13 | 32 | 0 | 133 | 65 | 115 | 123 | 32 |
| Binary | 1011001 | 1111001 | 1011 | 11010 | 0 | 1011011 | 110101 | 1001101 | 1010011 | 11010 |
Color Harmonies of #59790B
Complementary color
Monochromatic Colors of #59790B
Black with #59790B
Text Example
Text Example
White with #59790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59790B; }
p { color: rgb(89,121,11); }
H1.HeaderClassName
{
color: #59790B;
}
.AnyTagClassName
{
color: #59790B;
}
</style>
background-color css
<style>
a { background-color: #59790B; }
a { background-color: rgb(89,121,11); }
div.DivClassName
{
background-color: #59790B;
}
.BgClassName
{
background-color: #59790B;
}
</style>
border-color css
<style>
span { border-color: #59790B; }
span { border-color: rgb(89,121,11); }
td.TdClassName
{
border-color: #59790B;
}
.TagClassName
{
border-color: #59790B;
}
</style>