Shades of Viridian #467766
Tints of Viridian #467766
RGB
CMYK
RGB Variations
Color information
#467766 (or 0x467766) is known color: Viridian. HEX triplet: 46, 77 and 66. RGB value is (70,119,102). Sum of RGB (Red+Green+Blue) = 70+119+102=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #467766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467766 is #B98899. Grayscale: #666666. Windows color (decimal): -12159130 or 6715206. OLE color: 6715206.
HSL color Cylindrical-coordinate representation of color #467766: hue angle of 159.18º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467766 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 102 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.53 |
| HSL | 159.18º | 0.26% | 0.37% | - |
| HSV(B) | 159.18º | 0.41% | 0.47% | - |
| XYZ | 11.52 | 15.46 | 14.95 | - |
| YUV | 102.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 102 | 0.41 | 0 | 0.14 | 0.53 | 159.18 | 0.26 | 0.37 |
| Hex | 46 | 77 | 66 | 29 | 0 | E | 35 | 9F | 1A | 25 |
| Octal | 106 | 167 | 146 | 51 | 0 | 16 | 65 | 237 | 32 | 45 |
| Binary | 1000110 | 1110111 | 1100110 | 101001 | 0 | 1110 | 110101 | 10011111 | 11010 | 100101 |
Color Harmonies of #467766
Complementary color
Monochromatic Colors of #467766
Black with #467766
Text Example
Text Example
White with #467766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467766; }
p { color: rgb(70,119,102); }
H1.HeaderClassName
{
color: #467766;
}
.AnyTagClassName
{
color: #467766;
}
</style>
background-color css
<style>
a { background-color: #467766; }
a { background-color: rgb(70,119,102); }
div.DivClassName
{
background-color: #467766;
}
.BgClassName
{
background-color: #467766;
}
</style>
border-color css
<style>
span { border-color: #467766; }
span { border-color: rgb(70,119,102); }
td.TdClassName
{
border-color: #467766;
}
.TagClassName
{
border-color: #467766;
}
</style>