Shades of Viridian #467F6D
Tints of Viridian #467F6D
RGB
CMYK
RGB Variations
Color information
#467F6D (or 0x467F6D) is known color: Viridian. HEX triplet: 46, 7F and 6D. RGB value is (70,127,109). Sum of RGB (Red+Green+Blue) = 70+127+109=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #467F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F6D is #B98092. Grayscale: #6B6B6B. Windows color (decimal): -12157075 or 7176006. OLE color: 7176006.
HSL color Cylindrical-coordinate representation of color #467F6D: hue angle of 161.05º 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 #467F6D is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 109 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.50 |
| HSL | 161.05º | 0.29% | 0.39% | - |
| HSV(B) | 161.05º | 0.45% | 0.5% | - |
| XYZ | 12.88 | 17.58 | 17.18 | - |
| YUV | 107.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 109 | 0.45 | 0 | 0.14 | 0.50 | 161.05 | 0.29 | 0.39 |
| Hex | 46 | 7F | 6D | 2D | 0 | E | 32 | A1 | 1D | 27 |
| Octal | 106 | 177 | 155 | 55 | 0 | 16 | 62 | 241 | 35 | 47 |
| Binary | 1000110 | 1111111 | 1101101 | 101101 | 0 | 1110 | 110010 | 10100001 | 11101 | 100111 |
Color Harmonies of #467F6D
Complementary color
Monochromatic Colors of #467F6D
Black with #467F6D
Text Example
Text Example
White with #467F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F6D; }
p { color: rgb(70,127,109); }
H1.HeaderClassName
{
color: #467F6D;
}
.AnyTagClassName
{
color: #467F6D;
}
</style>
background-color css
<style>
a { background-color: #467F6D; }
a { background-color: rgb(70,127,109); }
div.DivClassName
{
background-color: #467F6D;
}
.BgClassName
{
background-color: #467F6D;
}
</style>
border-color css
<style>
span { border-color: #467F6D; }
span { border-color: rgb(70,127,109); }
td.TdClassName
{
border-color: #467F6D;
}
.TagClassName
{
border-color: #467F6D;
}
</style>