Shades of Fiji Green #59660C
Tints of Fiji Green #59660C
RGB
CMYK
RGB Variations
Color information
#59660C (or 0x59660C) is known color: Fiji Green. HEX triplet: 59, 66 and 0C. RGB value is (89,102,12). Sum of RGB (Red+Green+Blue) = 89+102+12=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #59660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59660C is #A699F3. Grayscale: #585858. Windows color (decimal): -10918388 or 812633. OLE color: 812633.
HSL color Cylindrical-coordinate representation of color #59660C: hue angle of 68.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59660C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 12 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.6 |
| HSL | 68.67º | 0.79% | 0.22% | - |
| HSV(B) | 68.67º | 0.88% | 0.4% | - |
| XYZ | 8.94 | 11.65 | 2.13 | - |
| YUV | 87.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 12 | 0.13 | 0 | 0.88 | 0.6 | 68.67 | 0.79 | 0.22 |
| Hex | 59 | 66 | C | D | 0 | 58 | 3C | 45 | 4F | 16 |
| Octal | 131 | 146 | 14 | 15 | 0 | 130 | 74 | 105 | 117 | 26 |
| Binary | 1011001 | 1100110 | 1100 | 1101 | 0 | 1011000 | 111100 | 1000101 | 1001111 | 10110 |
Color Harmonies of #59660C
Complementary color
Monochromatic Colors of #59660C
Black with #59660C
Text Example
Text Example
White with #59660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59660C; }
p { color: rgb(89,102,12); }
H1.HeaderClassName
{
color: #59660C;
}
.AnyTagClassName
{
color: #59660C;
}
</style>
background-color css
<style>
a { background-color: #59660C; }
a { background-color: rgb(89,102,12); }
div.DivClassName
{
background-color: #59660C;
}
.BgClassName
{
background-color: #59660C;
}
</style>
border-color css
<style>
span { border-color: #59660C; }
span { border-color: rgb(89,102,12); }
td.TdClassName
{
border-color: #59660C;
}
.TagClassName
{
border-color: #59660C;
}
</style>