Shades of Viridian Green #576A60
Tints of Viridian Green #576A60
RGB
CMYK
RGB Variations
Color information
#576A60 (or 0x576A60) is known color: Viridian Green. HEX triplet: 57, 6A and 60. RGB value is (87,106,96). Sum of RGB (Red+Green+Blue) = 87+106+96=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #576A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A60 is #A8959F. Grayscale: #636363. Windows color (decimal): -11048352 or 6318679. OLE color: 6318679.
HSL color Cylindrical-coordinate representation of color #576A60: hue angle of 148.42º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #576A60 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 106 | 96 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.58 |
| HSL | 148.42º | 0.1% | 0.38% | - |
| HSV(B) | 148.42º | 0.18% | 0.42% | - |
| XYZ | 11.2 | 13.18 | 13.02 | - |
| YUV | 99.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 96 | 0.18 | 0 | 0.09 | 0.58 | 148.42 | 0.1 | 0.38 |
| Hex | 57 | 6A | 60 | 12 | 0 | 9 | 3A | 94 | A | 26 |
| Octal | 127 | 152 | 140 | 22 | 0 | 11 | 72 | 224 | 12 | 46 |
| Binary | 1010111 | 1101010 | 1100000 | 10010 | 0 | 1001 | 111010 | 10010100 | 1010 | 100110 |
Color Harmonies of #576A60
Complementary color
Monochromatic Colors of #576A60
Black with #576A60
Text Example
Text Example
White with #576A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A60; }
p { color: rgb(87,106,96); }
H1.HeaderClassName
{
color: #576A60;
}
.AnyTagClassName
{
color: #576A60;
}
</style>
background-color css
<style>
a { background-color: #576A60; }
a { background-color: rgb(87,106,96); }
div.DivClassName
{
background-color: #576A60;
}
.BgClassName
{
background-color: #576A60;
}
</style>
border-color css
<style>
span { border-color: #576A60; }
span { border-color: rgb(87,106,96); }
td.TdClassName
{
border-color: #576A60;
}
.TagClassName
{
border-color: #576A60;
}
</style>