Shades of Fiji Green #59640B
Tints of Fiji Green #59640B
RGB
CMYK
RGB Variations
Color information
#59640B (or 0x59640B) is known color: Fiji Green. HEX triplet: 59, 64 and 0B. RGB value is (89,100,11). Sum of RGB (Red+Green+Blue) = 89+100+11=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #59640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59640B is #A69BF4. Grayscale: #565656. Windows color (decimal): -10918901 or 746585. OLE color: 746585.
HSL color Cylindrical-coordinate representation of color #59640B: hue angle of 67.42º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59640B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 100 | 11 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.61 |
| HSL | 67.42º | 0.8% | 0.22% | - |
| HSV(B) | 67.42º | 0.89% | 0.39% | - |
| XYZ | 8.74 | 11.26 | 2.03 | - |
| YUV | 86.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 11 | 0.11 | 0 | 0.89 | 0.61 | 67.42 | 0.8 | 0.22 |
| Hex | 59 | 64 | B | B | 0 | 59 | 3D | 43 | 50 | 16 |
| Octal | 131 | 144 | 13 | 13 | 0 | 131 | 75 | 103 | 120 | 26 |
| Binary | 1011001 | 1100100 | 1011 | 1011 | 0 | 1011001 | 111101 | 1000011 | 1010000 | 10110 |
Color Harmonies of #59640B
Complementary color
Monochromatic Colors of #59640B
Black with #59640B
Text Example
Text Example
White with #59640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59640B; }
p { color: rgb(89,100,11); }
H1.HeaderClassName
{
color: #59640B;
}
.AnyTagClassName
{
color: #59640B;
}
</style>
background-color css
<style>
a { background-color: #59640B; }
a { background-color: rgb(89,100,11); }
div.DivClassName
{
background-color: #59640B;
}
.BgClassName
{
background-color: #59640B;
}
</style>
border-color css
<style>
span { border-color: #59640B; }
span { border-color: rgb(89,100,11); }
td.TdClassName
{
border-color: #59640B;
}
.TagClassName
{
border-color: #59640B;
}
</style>