Shades of Fiji Green #5A6016
Tints of Fiji Green #5A6016
RGB
CMYK
RGB Variations
Color information
#5A6016 (or 0x5A6016) is known color: Fiji Green. HEX triplet: 5A, 60 and 16. RGB value is (90,96,22). Sum of RGB (Red+Green+Blue) = 90+96+22=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6016 is #A59FE9. Grayscale: #565656. Windows color (decimal): -10854378 or 1466458. OLE color: 1466458.
HSL color Cylindrical-coordinate representation of color #5A6016: hue angle of 64.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A6016 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 22 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.62 |
| HSL | 64.86º | 0.63% | 0.23% | - |
| HSV(B) | 64.86º | 0.77% | 0.38% | - |
| XYZ | 8.54 | 10.6 | 2.35 | - |
| YUV | 85.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 22 | 0.06 | 0 | 0.77 | 0.62 | 64.86 | 0.63 | 0.23 |
| Hex | 5A | 60 | 16 | 6 | 0 | 4D | 3E | 41 | 3F | 17 |
| Octal | 132 | 140 | 26 | 6 | 0 | 115 | 76 | 101 | 77 | 27 |
| Binary | 1011010 | 1100000 | 10110 | 110 | 0 | 1001101 | 111110 | 1000001 | 111111 | 10111 |
Color Harmonies of #5A6016
Complementary color
Monochromatic Colors of #5A6016
Black with #5A6016
Text Example
Text Example
White with #5A6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6016; }
p { color: rgb(90,96,22); }
H1.HeaderClassName
{
color: #5A6016;
}
.AnyTagClassName
{
color: #5A6016;
}
</style>
background-color css
<style>
a { background-color: #5A6016; }
a { background-color: rgb(90,96,22); }
div.DivClassName
{
background-color: #5A6016;
}
.BgClassName
{
background-color: #5A6016;
}
</style>
border-color css
<style>
span { border-color: #5A6016; }
span { border-color: rgb(90,96,22); }
td.TdClassName
{
border-color: #5A6016;
}
.TagClassName
{
border-color: #5A6016;
}
</style>