Shades of Viridian Green #5A6760
Tints of Viridian Green #5A6760
RGB
CMYK
RGB Variations
Color information
#5A6760 (or 0x5A6760) is known color: Viridian Green. HEX triplet: 5A, 67 and 60. RGB value is (90,103,96). Sum of RGB (Red+Green+Blue) = 90+103+96=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6760 is #A5989F. Grayscale: #626262. Windows color (decimal): -10852512 or 6317914. OLE color: 6317914.
HSL color Cylindrical-coordinate representation of color #5A6760: hue angle of 147.69º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6760 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 96 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.60 |
| HSL | 147.69º | 0.07% | 0.38% | - |
| HSV(B) | 147.69º | 0.13% | 0.4% | - |
| XYZ | 11.18 | 12.72 | 12.93 | - |
| YUV | 98.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 96 | 0.13 | 0 | 0.07 | 0.60 | 147.69 | 0.07 | 0.38 |
| Hex | 5A | 67 | 60 | D | 0 | 7 | 3C | 94 | 7 | 26 |
| Octal | 132 | 147 | 140 | 15 | 0 | 7 | 74 | 224 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1100000 | 1101 | 0 | 111 | 111100 | 10010100 | 111 | 100110 |
Color Harmonies of #5A6760
Complementary color
Monochromatic Colors of #5A6760
Black with #5A6760
Text Example
Text Example
White with #5A6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6760; }
p { color: rgb(90,103,96); }
H1.HeaderClassName
{
color: #5A6760;
}
.AnyTagClassName
{
color: #5A6760;
}
</style>
background-color css
<style>
a { background-color: #5A6760; }
a { background-color: rgb(90,103,96); }
div.DivClassName
{
background-color: #5A6760;
}
.BgClassName
{
background-color: #5A6760;
}
</style>
border-color css
<style>
span { border-color: #5A6760; }
span { border-color: rgb(90,103,96); }
td.TdClassName
{
border-color: #5A6760;
}
.TagClassName
{
border-color: #5A6760;
}
</style>