Shades of Viridian Green #5E6663
Tints of Viridian Green #5E6663
RGB
CMYK
RGB Variations
Color information
#5E6663 (or 0x5E6663) is known color: Viridian Green. HEX triplet: 5E, 66 and 63. RGB value is (94,102,99). Sum of RGB (Red+Green+Blue) = 94+102+99=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6663 is #A1999C. Grayscale: #636363. Windows color (decimal): -10590621 or 6514270. OLE color: 6514270.
HSL color Cylindrical-coordinate representation of color #5E6663: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5E6663 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 99 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.6 |
| HSL | 157.5º | 0.04% | 0.38% | - |
| HSV(B) | 157.5º | 0.08% | 0.4% | - |
| XYZ | 11.62 | 12.78 | 13.66 | - |
| YUV | 99.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 99 | 0.08 | 0 | 0.03 | 0.6 | 157.5 | 0.04 | 0.38 |
| Hex | 5E | 66 | 63 | 8 | 0 | 3 | 3C | 9E | 4 | 26 |
| Octal | 136 | 146 | 143 | 10 | 0 | 3 | 74 | 236 | 4 | 46 |
| Binary | 1011110 | 1100110 | 1100011 | 1000 | 0 | 11 | 111100 | 10011110 | 100 | 100110 |
Color Harmonies of #5E6663
Complementary color
Monochromatic Colors of #5E6663
Black with #5E6663
Text Example
Text Example
White with #5E6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6663; }
p { color: rgb(94,102,99); }
H1.HeaderClassName
{
color: #5E6663;
}
.AnyTagClassName
{
color: #5E6663;
}
</style>
background-color css
<style>
a { background-color: #5E6663; }
a { background-color: rgb(94,102,99); }
div.DivClassName
{
background-color: #5E6663;
}
.BgClassName
{
background-color: #5E6663;
}
</style>
border-color css
<style>
span { border-color: #5E6663; }
span { border-color: rgb(94,102,99); }
td.TdClassName
{
border-color: #5E6663;
}
.TagClassName
{
border-color: #5E6663;
}
</style>