Shades of Viridian #468069
Tints of Viridian #468069
RGB
CMYK
RGB Variations
Color information
#468069 (or 0x468069) is known color: Viridian. HEX triplet: 46, 80 and 69. RGB value is (70,128,105). Sum of RGB (Red+Green+Blue) = 70+128+105=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #468069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468069 is #B97F96. Grayscale: #6C6C6C. Windows color (decimal): -12156823 or 6914118. OLE color: 6914118.
HSL color Cylindrical-coordinate representation of color #468069: hue angle of 156.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468069 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 105 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.50 |
| HSL | 156.21º | 0.29% | 0.39% | - |
| HSV(B) | 156.21º | 0.45% | 0.5% | - |
| XYZ | 12.79 | 17.76 | 16.12 | - |
| YUV | 108.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 105 | 0.45 | 0 | 0.18 | 0.50 | 156.21 | 0.29 | 0.39 |
| Hex | 46 | 80 | 69 | 2D | 0 | 12 | 32 | 9C | 1D | 27 |
| Octal | 106 | 200 | 151 | 55 | 0 | 22 | 62 | 234 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1101001 | 101101 | 0 | 10010 | 110010 | 10011100 | 11101 | 100111 |
Color Harmonies of #468069
Complementary color
Monochromatic Colors of #468069
Black with #468069
Text Example
Text Example
White with #468069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468069; }
p { color: rgb(70,128,105); }
H1.HeaderClassName
{
color: #468069;
}
.AnyTagClassName
{
color: #468069;
}
</style>
background-color css
<style>
a { background-color: #468069; }
a { background-color: rgb(70,128,105); }
div.DivClassName
{
background-color: #468069;
}
.BgClassName
{
background-color: #468069;
}
</style>
border-color css
<style>
span { border-color: #468069; }
span { border-color: rgb(70,128,105); }
td.TdClassName
{
border-color: #468069;
}
.TagClassName
{
border-color: #468069;
}
</style>