Shades of Fiji Green #566C10
Tints of Fiji Green #566C10
RGB
CMYK
RGB Variations
Color information
#566C10 (or 0x566C10) is known color: Fiji Green. HEX triplet: 56, 6C and 10. RGB value is (86,108,16). Sum of RGB (Red+Green+Blue) = 86+108+16=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #566C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566C10 is #A993EF. Grayscale: #5B5B5B. Windows color (decimal): -11113456 or 1076310. OLE color: 1076310.
HSL color Cylindrical-coordinate representation of color #566C10: hue angle of 74.35º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #566C10 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 16 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.58 |
| HSL | 74.35º | 0.74% | 0.24% | - |
| HSV(B) | 74.35º | 0.85% | 0.42% | - |
| XYZ | 9.29 | 12.74 | 2.46 | - |
| YUV | 90.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 16 | 0.20 | 0 | 0.85 | 0.58 | 74.35 | 0.74 | 0.24 |
| Hex | 56 | 6C | 10 | 14 | 0 | 55 | 3A | 4A | 4A | 18 |
| Octal | 126 | 154 | 20 | 24 | 0 | 125 | 72 | 112 | 112 | 30 |
| Binary | 1010110 | 1101100 | 10000 | 10100 | 0 | 1010101 | 111010 | 1001010 | 1001010 | 11000 |
Color Harmonies of #566C10
Complementary color
Monochromatic Colors of #566C10
Black with #566C10
Text Example
Text Example
White with #566C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C10; }
p { color: rgb(86,108,16); }
H1.HeaderClassName
{
color: #566C10;
}
.AnyTagClassName
{
color: #566C10;
}
</style>
background-color css
<style>
a { background-color: #566C10; }
a { background-color: rgb(86,108,16); }
div.DivClassName
{
background-color: #566C10;
}
.BgClassName
{
background-color: #566C10;
}
</style>
border-color css
<style>
span { border-color: #566C10; }
span { border-color: rgb(86,108,16); }
td.TdClassName
{
border-color: #566C10;
}
.TagClassName
{
border-color: #566C10;
}
</style>