Shades of Viridian #468D75
Tints of Viridian #468D75
RGB
CMYK
RGB Variations
Color information
#468D75 (or 0x468D75) is known color: Viridian. HEX triplet: 46, 8D and 75. RGB value is (70,141,117). Sum of RGB (Red+Green+Blue) = 70+141+117=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #468D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D75 is #B9728A. Grayscale: #757575. Windows color (decimal): -12153483 or 7703878. OLE color: 7703878.
HSL color Cylindrical-coordinate representation of color #468D75: hue angle of 159.72º degrees, saturation: 0.34, 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 #468D75 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 117 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.45 |
| HSL | 159.72º | 0.34% | 0.41% | - |
| HSV(B) | 159.72º | 0.5% | 0.55% | - |
| XYZ | 15.26 | 21.64 | 20.2 | - |
| YUV | 117.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 117 | 0.50 | 0 | 0.17 | 0.45 | 159.72 | 0.34 | 0.41 |
| Hex | 46 | 8D | 75 | 32 | 0 | 11 | 2D | A0 | 22 | 29 |
| Octal | 106 | 215 | 165 | 62 | 0 | 21 | 55 | 240 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1110101 | 110010 | 0 | 10001 | 101101 | 10100000 | 100010 | 101001 |
Color Harmonies of #468D75
Complementary color
Monochromatic Colors of #468D75
Black with #468D75
Text Example
Text Example
White with #468D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D75; }
p { color: rgb(70,141,117); }
H1.HeaderClassName
{
color: #468D75;
}
.AnyTagClassName
{
color: #468D75;
}
</style>
background-color css
<style>
a { background-color: #468D75; }
a { background-color: rgb(70,141,117); }
div.DivClassName
{
background-color: #468D75;
}
.BgClassName
{
background-color: #468D75;
}
</style>
border-color css
<style>
span { border-color: #468D75; }
span { border-color: rgb(70,141,117); }
td.TdClassName
{
border-color: #468D75;
}
.TagClassName
{
border-color: #468D75;
}
</style>