Shades of Dark Green Copper #467A72
Tints of Dark Green Copper #467A72
RGB
CMYK
RGB Variations
Color information
#467A72 (or 0x467A72) is known color: Dark Green Copper. HEX triplet: 46, 7A and 72. RGB value is (70,122,114). Sum of RGB (Red+Green+Blue) = 70+122+114=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #467A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A72 is #B9858D. Grayscale: #696969. Windows color (decimal): -12158350 or 7502406. OLE color: 7502406.
HSL color Cylindrical-coordinate representation of color #467A72: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A72 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 114 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.52 |
| HSL | 170.77º | 0.27% | 0.38% | - |
| HSV(B) | 170.77º | 0.43% | 0.48% | - |
| XYZ | 12.52 | 16.44 | 18.43 | - |
| YUV | 105.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 114 | 0.43 | 0 | 0.07 | 0.52 | 170.77 | 0.27 | 0.38 |
| Hex | 46 | 7A | 72 | 2B | 0 | 7 | 34 | AB | 1B | 26 |
| Octal | 106 | 172 | 162 | 53 | 0 | 7 | 64 | 253 | 33 | 46 |
| Binary | 1000110 | 1111010 | 1110010 | 101011 | 0 | 111 | 110100 | 10101011 | 11011 | 100110 |
Color Harmonies of #467A72
Complementary color
Monochromatic Colors of #467A72
Black with #467A72
Text Example
Text Example
White with #467A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A72; }
p { color: rgb(70,122,114); }
H1.HeaderClassName
{
color: #467A72;
}
.AnyTagClassName
{
color: #467A72;
}
</style>
background-color css
<style>
a { background-color: #467A72; }
a { background-color: rgb(70,122,114); }
div.DivClassName
{
background-color: #467A72;
}
.BgClassName
{
background-color: #467A72;
}
</style>
border-color css
<style>
span { border-color: #467A72; }
span { border-color: rgb(70,122,114); }
td.TdClassName
{
border-color: #467A72;
}
.TagClassName
{
border-color: #467A72;
}
</style>