Shades of Fiji Green #566A16
Tints of Fiji Green #566A16
RGB
CMYK
RGB Variations
Color information
#566A16 (or 0x566A16) is known color: Fiji Green. HEX triplet: 56, 6A and 16. RGB value is (86,106,22). Sum of RGB (Red+Green+Blue) = 86+106+22=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #566A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566A16 is #A995E9. Grayscale: #5A5A5A. Windows color (decimal): -11113962 or 1469014. OLE color: 1469014.
HSL color Cylindrical-coordinate representation of color #566A16: hue angle of 74.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #566A16 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 22 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.58 |
| HSL | 74.29º | 0.66% | 0.25% | - |
| HSV(B) | 74.29º | 0.79% | 0.42% | - |
| XYZ | 9.14 | 12.34 | 2.66 | - |
| YUV | 90.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 22 | 0.19 | 0 | 0.79 | 0.58 | 74.29 | 0.66 | 0.25 |
| Hex | 56 | 6A | 16 | 13 | 0 | 4F | 3A | 4A | 42 | 19 |
| Octal | 126 | 152 | 26 | 23 | 0 | 117 | 72 | 112 | 102 | 31 |
| Binary | 1010110 | 1101010 | 10110 | 10011 | 0 | 1001111 | 111010 | 1001010 | 1000010 | 11001 |
Color Harmonies of #566A16
Complementary color
Monochromatic Colors of #566A16
Black with #566A16
Text Example
Text Example
White with #566A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A16; }
p { color: rgb(86,106,22); }
H1.HeaderClassName
{
color: #566A16;
}
.AnyTagClassName
{
color: #566A16;
}
</style>
background-color css
<style>
a { background-color: #566A16; }
a { background-color: rgb(86,106,22); }
div.DivClassName
{
background-color: #566A16;
}
.BgClassName
{
background-color: #566A16;
}
</style>
border-color css
<style>
span { border-color: #566A16; }
span { border-color: rgb(86,106,22); }
td.TdClassName
{
border-color: #566A16;
}
.TagClassName
{
border-color: #566A16;
}
</style>