Shades of Fiji Green #566D14
Tints of Fiji Green #566D14
RGB
CMYK
RGB Variations
Color information
#566D14 (or 0x566D14) is known color: Fiji Green. HEX triplet: 56, 6D and 14. RGB value is (86,109,20). Sum of RGB (Red+Green+Blue) = 86+109+20=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #566D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566D14 is #A992EB. Grayscale: #5C5C5C. Windows color (decimal): -11113196 or 1338710. OLE color: 1338710.
HSL color Cylindrical-coordinate representation of color #566D14: hue angle of 75.51º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #566D14 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 20 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.57 |
| HSL | 75.51º | 0.69% | 0.25% | - |
| HSV(B) | 75.51º | 0.82% | 0.43% | - |
| XYZ | 9.43 | 12.97 | 2.67 | - |
| YUV | 91.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 20 | 0.21 | 0 | 0.82 | 0.57 | 75.51 | 0.69 | 0.25 |
| Hex | 56 | 6D | 14 | 15 | 0 | 52 | 39 | 4C | 45 | 19 |
| Octal | 126 | 155 | 24 | 25 | 0 | 122 | 71 | 114 | 105 | 31 |
| Binary | 1010110 | 1101101 | 10100 | 10101 | 0 | 1010010 | 111001 | 1001100 | 1000101 | 11001 |
Color Harmonies of #566D14
Complementary color
Monochromatic Colors of #566D14
Black with #566D14
Text Example
Text Example
White with #566D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D14; }
p { color: rgb(86,109,20); }
H1.HeaderClassName
{
color: #566D14;
}
.AnyTagClassName
{
color: #566D14;
}
</style>
background-color css
<style>
a { background-color: #566D14; }
a { background-color: rgb(86,109,20); }
div.DivClassName
{
background-color: #566D14;
}
.BgClassName
{
background-color: #566D14;
}
</style>
border-color css
<style>
span { border-color: #566D14; }
span { border-color: rgb(86,109,20); }
td.TdClassName
{
border-color: #566D14;
}
.TagClassName
{
border-color: #566D14;
}
</style>