Shades of Viridian #467A69
Tints of Viridian #467A69
RGB
CMYK
RGB Variations
Color information
#467A69 (or 0x467A69) is known color: Viridian. HEX triplet: 46, 7A and 69. RGB value is (70,122,105). Sum of RGB (Red+Green+Blue) = 70+122+105=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #467A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A69 is #B98596. Grayscale: #686868. Windows color (decimal): -12158359 or 6912582. OLE color: 6912582.
HSL color Cylindrical-coordinate representation of color #467A69: hue angle of 160.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A69 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 105 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.52 |
| HSL | 160.38º | 0.27% | 0.38% | - |
| HSV(B) | 160.38º | 0.43% | 0.48% | - |
| XYZ | 12.04 | 16.24 | 15.87 | - |
| YUV | 104.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 105 | 0.43 | 0 | 0.14 | 0.52 | 160.38 | 0.27 | 0.38 |
| Hex | 46 | 7A | 69 | 2B | 0 | E | 34 | A0 | 1B | 26 |
| Octal | 106 | 172 | 151 | 53 | 0 | 16 | 64 | 240 | 33 | 46 |
| Binary | 1000110 | 1111010 | 1101001 | 101011 | 0 | 1110 | 110100 | 10100000 | 11011 | 100110 |
Color Harmonies of #467A69
Complementary color
Monochromatic Colors of #467A69
Black with #467A69
Text Example
Text Example
White with #467A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A69; }
p { color: rgb(70,122,105); }
H1.HeaderClassName
{
color: #467A69;
}
.AnyTagClassName
{
color: #467A69;
}
</style>
background-color css
<style>
a { background-color: #467A69; }
a { background-color: rgb(70,122,105); }
div.DivClassName
{
background-color: #467A69;
}
.BgClassName
{
background-color: #467A69;
}
</style>
border-color css
<style>
span { border-color: #467A69; }
span { border-color: rgb(70,122,105); }
td.TdClassName
{
border-color: #467A69;
}
.TagClassName
{
border-color: #467A69;
}
</style>