Shades of Fiji Green #566F14
Tints of Fiji Green #566F14
RGB
CMYK
RGB Variations
Color information
#566F14 (or 0x566F14) is known color: Fiji Green. HEX triplet: 56, 6F and 14. RGB value is (86,111,20). Sum of RGB (Red+Green+Blue) = 86+111+20=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #566F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566F14 is #A990EB. Grayscale: #5D5D5D. Windows color (decimal): -11112684 or 1339222. OLE color: 1339222.
HSL color Cylindrical-coordinate representation of color #566F14: hue angle of 76.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #566F14 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 20 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.56 |
| HSL | 76.48º | 0.69% | 0.26% | - |
| HSV(B) | 76.48º | 0.82% | 0.44% | - |
| XYZ | 9.65 | 13.4 | 2.74 | - |
| YUV | 93.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 20 | 0.23 | 0 | 0.82 | 0.56 | 76.48 | 0.69 | 0.26 |
| Hex | 56 | 6F | 14 | 17 | 0 | 52 | 38 | 4C | 45 | 1A |
| Octal | 126 | 157 | 24 | 27 | 0 | 122 | 70 | 114 | 105 | 32 |
| Binary | 1010110 | 1101111 | 10100 | 10111 | 0 | 1010010 | 111000 | 1001100 | 1000101 | 11010 |
Color Harmonies of #566F14
Complementary color
Monochromatic Colors of #566F14
Black with #566F14
Text Example
Text Example
White with #566F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F14; }
p { color: rgb(86,111,20); }
H1.HeaderClassName
{
color: #566F14;
}
.AnyTagClassName
{
color: #566F14;
}
</style>
background-color css
<style>
a { background-color: #566F14; }
a { background-color: rgb(86,111,20); }
div.DivClassName
{
background-color: #566F14;
}
.BgClassName
{
background-color: #566F14;
}
</style>
border-color css
<style>
span { border-color: #566F14; }
span { border-color: rgb(86,111,20); }
td.TdClassName
{
border-color: #566F14;
}
.TagClassName
{
border-color: #566F14;
}
</style>