Shades of Dark Green Copper #43706A
Tints of Dark Green Copper #43706A
RGB
CMYK
RGB Variations
Color information
#43706A (or 0x43706A) is known color: Dark Green Copper. HEX triplet: 43, 70 and 6A. RGB value is (67,112,106). Sum of RGB (Red+Green+Blue) = 67+112+106=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #43706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706A is #BC8F95. Grayscale: #616161. Windows color (decimal): -12357526 or 6975555. OLE color: 6975555.
HSL color Cylindrical-coordinate representation of color #43706A: hue angle of 172º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43706A is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 106 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.56 |
| HSL | 172º | 0.25% | 0.35% | - |
| HSV(B) | 172º | 0.4% | 0.44% | - |
| XYZ | 10.71 | 13.82 | 15.74 | - |
| YUV | 97.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 106 | 0.40 | 0 | 0.05 | 0.56 | 172 | 0.25 | 0.35 |
| Hex | 43 | 70 | 6A | 28 | 0 | 5 | 38 | AC | 19 | 23 |
| Octal | 103 | 160 | 152 | 50 | 0 | 5 | 70 | 254 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1101010 | 101000 | 0 | 101 | 111000 | 10101100 | 11001 | 100011 |
Color Harmonies of #43706A
Complementary color
Monochromatic Colors of #43706A
Black with #43706A
Text Example
Text Example
White with #43706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43706A; }
p { color: rgb(67,112,106); }
H1.HeaderClassName
{
color: #43706A;
}
.AnyTagClassName
{
color: #43706A;
}
</style>
background-color css
<style>
a { background-color: #43706A; }
a { background-color: rgb(67,112,106); }
div.DivClassName
{
background-color: #43706A;
}
.BgClassName
{
background-color: #43706A;
}
</style>
border-color css
<style>
span { border-color: #43706A; }
span { border-color: rgb(67,112,106); }
td.TdClassName
{
border-color: #43706A;
}
.TagClassName
{
border-color: #43706A;
}
</style>