Shades of Viridian #467F70
Tints of Viridian #467F70
RGB
CMYK
RGB Variations
Color information
#467F70 (or 0x467F70) is known color: Viridian. HEX triplet: 46, 7F and 70. RGB value is (70,127,112). Sum of RGB (Red+Green+Blue) = 70+127+112=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 127 - color contains mainly: green. Hex color #467F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F70 is #B9808F. Grayscale: #6C6C6C. Windows color (decimal): -12157072 or 7372614. OLE color: 7372614.
HSL color Cylindrical-coordinate representation of color #467F70: hue angle of 164.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 #467F70 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 112 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.50 |
| HSL | 164.21º | 0.29% | 0.39% | - |
| HSV(B) | 164.21º | 0.45% | 0.5% | - |
| XYZ | 13.04 | 17.65 | 18.05 | - |
| YUV | 108.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 112 | 0.45 | 0 | 0.12 | 0.50 | 164.21 | 0.29 | 0.39 |
| Hex | 46 | 7F | 70 | 2D | 0 | C | 32 | A4 | 1D | 27 |
| Octal | 106 | 177 | 160 | 55 | 0 | 14 | 62 | 244 | 35 | 47 |
| Binary | 1000110 | 1111111 | 1110000 | 101101 | 0 | 1100 | 110010 | 10100100 | 11101 | 100111 |
Color Harmonies of #467F70
Complementary color
Monochromatic Colors of #467F70
Black with #467F70
Text Example
Text Example
White with #467F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F70; }
p { color: rgb(70,127,112); }
H1.HeaderClassName
{
color: #467F70;
}
.AnyTagClassName
{
color: #467F70;
}
</style>
background-color css
<style>
a { background-color: #467F70; }
a { background-color: rgb(70,127,112); }
div.DivClassName
{
background-color: #467F70;
}
.BgClassName
{
background-color: #467F70;
}
</style>
border-color css
<style>
span { border-color: #467F70; }
span { border-color: rgb(70,127,112); }
td.TdClassName
{
border-color: #467F70;
}
.TagClassName
{
border-color: #467F70;
}
</style>