Shades of Fiji Green #5A7016
Tints of Fiji Green #5A7016
RGB
CMYK
RGB Variations
Color information
#5A7016 (or 0x5A7016) is known color: Fiji Green. HEX triplet: 5A, 70 and 16. RGB value is (90,112,22). Sum of RGB (Red+Green+Blue) = 90+112+22=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7016 is #A58FE9. Grayscale: #5F5F5F. Windows color (decimal): -10850282 or 1470554. OLE color: 1470554.
HSL color Cylindrical-coordinate representation of color #5A7016: hue angle of 74.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A7016 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 22 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.56 |
| HSL | 74.67º | 0.67% | 0.26% | - |
| HSV(B) | 74.67º | 0.8% | 0.44% | - |
| XYZ | 10.16 | 13.82 | 2.89 | - |
| YUV | 95.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 22 | 0.20 | 0 | 0.80 | 0.56 | 74.67 | 0.67 | 0.26 |
| Hex | 5A | 70 | 16 | 14 | 0 | 50 | 38 | 4B | 43 | 1A |
| Octal | 132 | 160 | 26 | 24 | 0 | 120 | 70 | 113 | 103 | 32 |
| Binary | 1011010 | 1110000 | 10110 | 10100 | 0 | 1010000 | 111000 | 1001011 | 1000011 | 11010 |
Color Harmonies of #5A7016
Complementary color
Monochromatic Colors of #5A7016
Black with #5A7016
Text Example
Text Example
White with #5A7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7016; }
p { color: rgb(90,112,22); }
H1.HeaderClassName
{
color: #5A7016;
}
.AnyTagClassName
{
color: #5A7016;
}
</style>
background-color css
<style>
a { background-color: #5A7016; }
a { background-color: rgb(90,112,22); }
div.DivClassName
{
background-color: #5A7016;
}
.BgClassName
{
background-color: #5A7016;
}
</style>
border-color css
<style>
span { border-color: #5A7016; }
span { border-color: rgb(90,112,22); }
td.TdClassName
{
border-color: #5A7016;
}
.TagClassName
{
border-color: #5A7016;
}
</style>