Shades of Viridian Green #566660
Tints of Viridian Green #566660
RGB
CMYK
RGB Variations
Color information
#566660 (or 0x566660) is known color: Viridian Green. HEX triplet: 56, 66 and 60. RGB value is (86,102,96). Sum of RGB (Red+Green+Blue) = 86+102+96=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #566660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566660 is #A9999F. Grayscale: #606060. Windows color (decimal): -11114912 or 6317654. OLE color: 6317654.
HSL color Cylindrical-coordinate representation of color #566660: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #566660 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 102 | 96 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.6 |
| HSL | 157.5º | 0.09% | 0.37% | - |
| HSV(B) | 157.5º | 0.16% | 0.4% | - |
| XYZ | 10.7 | 12.33 | 12.88 | - |
| YUV | 96.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 96 | 0.16 | 0 | 0.06 | 0.6 | 157.5 | 0.09 | 0.37 |
| Hex | 56 | 66 | 60 | 10 | 0 | 6 | 3C | 9E | 9 | 25 |
| Octal | 126 | 146 | 140 | 20 | 0 | 6 | 74 | 236 | 11 | 45 |
| Binary | 1010110 | 1100110 | 1100000 | 10000 | 0 | 110 | 111100 | 10011110 | 1001 | 100101 |
Color Harmonies of #566660
Complementary color
Monochromatic Colors of #566660
Black with #566660
Text Example
Text Example
White with #566660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566660; }
p { color: rgb(86,102,96); }
H1.HeaderClassName
{
color: #566660;
}
.AnyTagClassName
{
color: #566660;
}
</style>
background-color css
<style>
a { background-color: #566660; }
a { background-color: rgb(86,102,96); }
div.DivClassName
{
background-color: #566660;
}
.BgClassName
{
background-color: #566660;
}
</style>
border-color css
<style>
span { border-color: #566660; }
span { border-color: rgb(86,102,96); }
td.TdClassName
{
border-color: #566660;
}
.TagClassName
{
border-color: #566660;
}
</style>