Shades of Fiji Green #566A14
Tints of Fiji Green #566A14
RGB
CMYK
RGB Variations
Color information
#566A14 (or 0x566A14) is known color: Fiji Green. HEX triplet: 56, 6A and 14. RGB value is (86,106,20). Sum of RGB (Red+Green+Blue) = 86+106+20=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #566A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566A14 is #A995EB. Grayscale: #5A5A5A. Windows color (decimal): -11113964 or 1337942. OLE color: 1337942.
HSL color Cylindrical-coordinate representation of color #566A14: hue angle of 73.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #566A14 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 20 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.58 |
| HSL | 73.95º | 0.68% | 0.25% | - |
| HSV(B) | 73.95º | 0.81% | 0.42% | - |
| XYZ | 9.12 | 12.34 | 2.56 | - |
| YUV | 90.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 20 | 0.19 | 0 | 0.81 | 0.58 | 73.95 | 0.68 | 0.25 |
| Hex | 56 | 6A | 14 | 13 | 0 | 51 | 3A | 4A | 44 | 19 |
| Octal | 126 | 152 | 24 | 23 | 0 | 121 | 72 | 112 | 104 | 31 |
| Binary | 1010110 | 1101010 | 10100 | 10011 | 0 | 1010001 | 111010 | 1001010 | 1000100 | 11001 |
Color Harmonies of #566A14
Complementary color
Monochromatic Colors of #566A14
Black with #566A14
Text Example
Text Example
White with #566A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A14; }
p { color: rgb(86,106,20); }
H1.HeaderClassName
{
color: #566A14;
}
.AnyTagClassName
{
color: #566A14;
}
</style>
background-color css
<style>
a { background-color: #566A14; }
a { background-color: rgb(86,106,20); }
div.DivClassName
{
background-color: #566A14;
}
.BgClassName
{
background-color: #566A14;
}
</style>
border-color css
<style>
span { border-color: #566A14; }
span { border-color: rgb(86,106,20); }
td.TdClassName
{
border-color: #566A14;
}
.TagClassName
{
border-color: #566A14;
}
</style>