Shades of Viridian #468C76
Tints of Viridian #468C76
RGB
CMYK
RGB Variations
Color information
#468C76 (or 0x468C76) is known color: Viridian. HEX triplet: 46, 8C and 76. RGB value is (70,140,118). Sum of RGB (Red+Green+Blue) = 70+140+118=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #468C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C76 is #B97389. Grayscale: #747474. Windows color (decimal): -12153738 or 7769158. OLE color: 7769158.
HSL color Cylindrical-coordinate representation of color #468C76: hue angle of 161.14º 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 #468C76 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 118 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.45 |
| HSL | 161.14º | 0.33% | 0.41% | - |
| HSV(B) | 161.14º | 0.5% | 0.55% | - |
| XYZ | 15.17 | 21.37 | 20.46 | - |
| YUV | 116.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 118 | 0.50 | 0 | 0.16 | 0.45 | 161.14 | 0.33 | 0.41 |
| Hex | 46 | 8C | 76 | 32 | 0 | 10 | 2D | A1 | 21 | 29 |
| Octal | 106 | 214 | 166 | 62 | 0 | 20 | 55 | 241 | 41 | 51 |
| Binary | 1000110 | 10001100 | 1110110 | 110010 | 0 | 10000 | 101101 | 10100001 | 100001 | 101001 |
Color Harmonies of #468C76
Complementary color
Monochromatic Colors of #468C76
Black with #468C76
Text Example
Text Example
White with #468C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C76; }
p { color: rgb(70,140,118); }
H1.HeaderClassName
{
color: #468C76;
}
.AnyTagClassName
{
color: #468C76;
}
</style>
background-color css
<style>
a { background-color: #468C76; }
a { background-color: rgb(70,140,118); }
div.DivClassName
{
background-color: #468C76;
}
.BgClassName
{
background-color: #468C76;
}
</style>
border-color css
<style>
span { border-color: #468C76; }
span { border-color: rgb(70,140,118); }
td.TdClassName
{
border-color: #468C76;
}
.TagClassName
{
border-color: #468C76;
}
</style>