Shades of Fiji Green #566C14
Tints of Fiji Green #566C14
RGB
CMYK
RGB Variations
Color information
#566C14 (or 0x566C14) is known color: Fiji Green. HEX triplet: 56, 6C and 14. RGB value is (86,108,20). Sum of RGB (Red+Green+Blue) = 86+108+20=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #566C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566C14 is #A993EB. Grayscale: #5B5B5B. Windows color (decimal): -11113452 or 1338454. OLE color: 1338454.
HSL color Cylindrical-coordinate representation of color #566C14: hue angle of 75º degrees, saturation: 0.69, 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 #566C14 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 20 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.58 |
| HSL | 75º | 0.69% | 0.25% | - |
| HSV(B) | 75º | 0.81% | 0.42% | - |
| XYZ | 9.33 | 12.75 | 2.63 | - |
| YUV | 91.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 20 | 0.20 | 0 | 0.81 | 0.58 | 75 | 0.69 | 0.25 |
| Hex | 56 | 6C | 14 | 14 | 0 | 51 | 3A | 4B | 45 | 19 |
| Octal | 126 | 154 | 24 | 24 | 0 | 121 | 72 | 113 | 105 | 31 |
| Binary | 1010110 | 1101100 | 10100 | 10100 | 0 | 1010001 | 111010 | 1001011 | 1000101 | 11001 |
Color Harmonies of #566C14
Complementary color
Monochromatic Colors of #566C14
Black with #566C14
Text Example
Text Example
White with #566C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C14; }
p { color: rgb(86,108,20); }
H1.HeaderClassName
{
color: #566C14;
}
.AnyTagClassName
{
color: #566C14;
}
</style>
background-color css
<style>
a { background-color: #566C14; }
a { background-color: rgb(86,108,20); }
div.DivClassName
{
background-color: #566C14;
}
.BgClassName
{
background-color: #566C14;
}
</style>
border-color css
<style>
span { border-color: #566C14; }
span { border-color: rgb(86,108,20); }
td.TdClassName
{
border-color: #566C14;
}
.TagClassName
{
border-color: #566C14;
}
</style>