Shades of Fiji Green #566E16
Tints of Fiji Green #566E16
RGB
CMYK
RGB Variations
Color information
#566E16 (or 0x566E16) is known color: Fiji Green. HEX triplet: 56, 6E and 16. RGB value is (86,110,22). Sum of RGB (Red+Green+Blue) = 86+110+22=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #566E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566E16 is #A991E9. Grayscale: #5D5D5D. Windows color (decimal): -11112938 or 1470038. OLE color: 1470038.
HSL color Cylindrical-coordinate representation of color #566E16: hue angle of 76.36º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #566E16 is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 22 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.57 |
| HSL | 76.36º | 0.67% | 0.26% | - |
| HSV(B) | 76.36º | 0.8% | 0.43% | - |
| XYZ | 9.56 | 13.19 | 2.8 | - |
| YUV | 92.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 22 | 0.22 | 0 | 0.8 | 0.57 | 76.36 | 0.67 | 0.26 |
| Hex | 56 | 6E | 16 | 16 | 0 | 50 | 39 | 4C | 43 | 1A |
| Octal | 126 | 156 | 26 | 26 | 0 | 120 | 71 | 114 | 103 | 32 |
| Binary | 1010110 | 1101110 | 10110 | 10110 | 0 | 1010000 | 111001 | 1001100 | 1000011 | 11010 |
Color Harmonies of #566E16
Complementary color
Monochromatic Colors of #566E16
Black with #566E16
Text Example
Text Example
White with #566E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E16; }
p { color: rgb(86,110,22); }
H1.HeaderClassName
{
color: #566E16;
}
.AnyTagClassName
{
color: #566E16;
}
</style>
background-color css
<style>
a { background-color: #566E16; }
a { background-color: rgb(86,110,22); }
div.DivClassName
{
background-color: #566E16;
}
.BgClassName
{
background-color: #566E16;
}
</style>
border-color css
<style>
span { border-color: #566E16; }
span { border-color: rgb(86,110,22); }
td.TdClassName
{
border-color: #566E16;
}
.TagClassName
{
border-color: #566E16;
}
</style>