Shades of Viridian Green #5A6762
Tints of Viridian Green #5A6762
RGB
CMYK
RGB Variations
Color information
#5A6762 (or 0x5A6762) is known color: Viridian Green. HEX triplet: 5A, 67 and 62. RGB value is (90,103,98). Sum of RGB (Red+Green+Blue) = 90+103+98=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6762 is #A5989D. Grayscale: #626262. Windows color (decimal): -10852510 or 6448986. OLE color: 6448986.
HSL color Cylindrical-coordinate representation of color #5A6762: hue angle of 156.92º 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 #5A6762 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 98 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.60 |
| HSL | 156.92º | 0.07% | 0.38% | - |
| HSV(B) | 156.92º | 0.13% | 0.4% | - |
| XYZ | 11.27 | 12.76 | 13.42 | - |
| YUV | 98.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 98 | 0.13 | 0 | 0.05 | 0.60 | 156.92 | 0.07 | 0.38 |
| Hex | 5A | 67 | 62 | D | 0 | 5 | 3C | 9D | 7 | 26 |
| Octal | 132 | 147 | 142 | 15 | 0 | 5 | 74 | 235 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1100010 | 1101 | 0 | 101 | 111100 | 10011101 | 111 | 100110 |
Color Harmonies of #5A6762
Complementary color
Monochromatic Colors of #5A6762
Black with #5A6762
Text Example
Text Example
White with #5A6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6762; }
p { color: rgb(90,103,98); }
H1.HeaderClassName
{
color: #5A6762;
}
.AnyTagClassName
{
color: #5A6762;
}
</style>
background-color css
<style>
a { background-color: #5A6762; }
a { background-color: rgb(90,103,98); }
div.DivClassName
{
background-color: #5A6762;
}
.BgClassName
{
background-color: #5A6762;
}
</style>
border-color css
<style>
span { border-color: #5A6762; }
span { border-color: rgb(90,103,98); }
td.TdClassName
{
border-color: #5A6762;
}
.TagClassName
{
border-color: #5A6762;
}
</style>