Shades of Fiji Green #5A6011
Tints of Fiji Green #5A6011
RGB
CMYK
RGB Variations
Color information
#5A6011 (or 0x5A6011) is known color: Fiji Green. HEX triplet: 5A, 60 and 11. RGB value is (90,96,17). Sum of RGB (Red+Green+Blue) = 90+96+17=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6011 is #A59FEE. Grayscale: #555555. Windows color (decimal): -10854383 or 1138778. OLE color: 1138778.
HSL color Cylindrical-coordinate representation of color #5A6011: hue angle of 64.56º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A6011 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 17 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.62 |
| HSL | 64.56º | 0.7% | 0.22% | - |
| HSV(B) | 64.56º | 0.82% | 0.38% | - |
| XYZ | 8.5 | 10.58 | 2.12 | - |
| YUV | 85.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 17 | 0.06 | 0 | 0.82 | 0.62 | 64.56 | 0.7 | 0.22 |
| Hex | 5A | 60 | 11 | 6 | 0 | 52 | 3E | 41 | 46 | 16 |
| Octal | 132 | 140 | 21 | 6 | 0 | 122 | 76 | 101 | 106 | 26 |
| Binary | 1011010 | 1100000 | 10001 | 110 | 0 | 1010010 | 111110 | 1000001 | 1000110 | 10110 |
Color Harmonies of #5A6011
Complementary color
Monochromatic Colors of #5A6011
Black with #5A6011
Text Example
Text Example
White with #5A6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6011; }
p { color: rgb(90,96,17); }
H1.HeaderClassName
{
color: #5A6011;
}
.AnyTagClassName
{
color: #5A6011;
}
</style>
background-color css
<style>
a { background-color: #5A6011; }
a { background-color: rgb(90,96,17); }
div.DivClassName
{
background-color: #5A6011;
}
.BgClassName
{
background-color: #5A6011;
}
</style>
border-color css
<style>
span { border-color: #5A6011; }
span { border-color: rgb(90,96,17); }
td.TdClassName
{
border-color: #5A6011;
}
.TagClassName
{
border-color: #5A6011;
}
</style>