Shades of Viridian #468C69
Tints of Viridian #468C69
RGB
CMYK
RGB Variations
Color information
#468C69 (or 0x468C69) is known color: Viridian. HEX triplet: 46, 8C and 69. RGB value is (70,140,105). Sum of RGB (Red+Green+Blue) = 70+140+105=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #468C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C69 is #B97396. Grayscale: #737373. Windows color (decimal): -12153751 or 6917190. OLE color: 6917190.
HSL color Cylindrical-coordinate representation of color #468C69: hue angle of 150º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C69 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 105 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.45 |
| HSL | 150º | 0.33% | 0.41% | - |
| HSV(B) | 150º | 0.5% | 0.55% | - |
| XYZ | 14.45 | 21.08 | 16.67 | - |
| YUV | 115.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 105 | 0.50 | 0 | 0.25 | 0.45 | 150 | 0.33 | 0.41 |
| Hex | 46 | 8C | 69 | 32 | 0 | 19 | 2D | 96 | 21 | 29 |
| Octal | 106 | 214 | 151 | 62 | 0 | 31 | 55 | 226 | 41 | 51 |
| Binary | 1000110 | 10001100 | 1101001 | 110010 | 0 | 11001 | 101101 | 10010110 | 100001 | 101001 |
Color Harmonies of #468C69
Complementary color
Monochromatic Colors of #468C69
Black with #468C69
Text Example
Text Example
White with #468C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C69; }
p { color: rgb(70,140,105); }
H1.HeaderClassName
{
color: #468C69;
}
.AnyTagClassName
{
color: #468C69;
}
</style>
background-color css
<style>
a { background-color: #468C69; }
a { background-color: rgb(70,140,105); }
div.DivClassName
{
background-color: #468C69;
}
.BgClassName
{
background-color: #468C69;
}
</style>
border-color css
<style>
span { border-color: #468C69; }
span { border-color: rgb(70,140,105); }
td.TdClassName
{
border-color: #468C69;
}
.TagClassName
{
border-color: #468C69;
}
</style>