Shades of Dark Green Copper #46706A
Tints of Dark Green Copper #46706A
RGB
CMYK
RGB Variations
Color information
#46706A (or 0x46706A) is known color: Dark Green Copper. HEX triplet: 46, 70 and 6A. RGB value is (70,112,106). Sum of RGB (Red+Green+Blue) = 70+112+106=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #46706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706A is #B98F95. Grayscale: #626262. Windows color (decimal): -12160918 or 6975558. OLE color: 6975558.
HSL color Cylindrical-coordinate representation of color #46706A: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46706A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 106 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.56 |
| HSL | 171.43º | 0.23% | 0.36% | - |
| HSV(B) | 171.43º | 0.38% | 0.44% | - |
| XYZ | 10.92 | 13.93 | 15.75 | - |
| YUV | 98.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 106 | 0.38 | 0 | 0.05 | 0.56 | 171.43 | 0.23 | 0.36 |
| Hex | 46 | 70 | 6A | 26 | 0 | 5 | 38 | AB | 17 | 24 |
| Octal | 106 | 160 | 152 | 46 | 0 | 5 | 70 | 253 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1101010 | 100110 | 0 | 101 | 111000 | 10101011 | 10111 | 100100 |
Color Harmonies of #46706A
Complementary color
Monochromatic Colors of #46706A
Black with #46706A
Text Example
Text Example
White with #46706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46706A; }
p { color: rgb(70,112,106); }
H1.HeaderClassName
{
color: #46706A;
}
.AnyTagClassName
{
color: #46706A;
}
</style>
background-color css
<style>
a { background-color: #46706A; }
a { background-color: rgb(70,112,106); }
div.DivClassName
{
background-color: #46706A;
}
.BgClassName
{
background-color: #46706A;
}
</style>
border-color css
<style>
span { border-color: #46706A; }
span { border-color: rgb(70,112,106); }
td.TdClassName
{
border-color: #46706A;
}
.TagClassName
{
border-color: #46706A;
}
</style>