Shades of Fiji Green #566A0A
Tints of Fiji Green #566A0A
RGB
CMYK
RGB Variations
Color information
#566A0A (or 0x566A0A) is known color: Fiji Green. HEX triplet: 56, 6A and 0A. RGB value is (86,106,10). Sum of RGB (Red+Green+Blue) = 86+106+10=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #566A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566A0A is #A995F5. Grayscale: #595959. Windows color (decimal): -11113974 or 682582. OLE color: 682582.
HSL color Cylindrical-coordinate representation of color #566A0A: hue angle of 72.5º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #566A0A is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 10 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.58 |
| HSL | 72.5º | 0.83% | 0.23% | - |
| HSV(B) | 72.5º | 0.91% | 0.42% | - |
| XYZ | 9.05 | 12.31 | 2.19 | - |
| YUV | 89.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 10 | 0.19 | 0 | 0.91 | 0.58 | 72.5 | 0.83 | 0.23 |
| Hex | 56 | 6A | A | 13 | 0 | 5B | 3A | 48 | 53 | 17 |
| Octal | 126 | 152 | 12 | 23 | 0 | 133 | 72 | 110 | 123 | 27 |
| Binary | 1010110 | 1101010 | 1010 | 10011 | 0 | 1011011 | 111010 | 1001000 | 1010011 | 10111 |
Color Harmonies of #566A0A
Complementary color
Monochromatic Colors of #566A0A
Black with #566A0A
Text Example
Text Example
White with #566A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A0A; }
p { color: rgb(86,106,10); }
H1.HeaderClassName
{
color: #566A0A;
}
.AnyTagClassName
{
color: #566A0A;
}
</style>
background-color css
<style>
a { background-color: #566A0A; }
a { background-color: rgb(86,106,10); }
div.DivClassName
{
background-color: #566A0A;
}
.BgClassName
{
background-color: #566A0A;
}
</style>
border-color css
<style>
span { border-color: #566A0A; }
span { border-color: rgb(86,106,10); }
td.TdClassName
{
border-color: #566A0A;
}
.TagClassName
{
border-color: #566A0A;
}
</style>