Shades of Dark Green Copper #43776B
Tints of Dark Green Copper #43776B
RGB
CMYK
RGB Variations
Color information
#43776B (or 0x43776B) is known color: Dark Green Copper. HEX triplet: 43, 77 and 6B. RGB value is (67,119,107). Sum of RGB (Red+Green+Blue) = 67+119+107=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #43776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43776B is #BC8894. Grayscale: #666666. Windows color (decimal): -12355733 or 7042883. OLE color: 7042883.
HSL color Cylindrical-coordinate representation of color #43776B: hue angle of 166.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43776B is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 119 | 107 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.53 |
| HSL | 166.15º | 0.28% | 0.36% | - |
| HSV(B) | 166.15º | 0.44% | 0.47% | - |
| XYZ | 11.57 | 15.45 | 16.28 | - |
| YUV | 102.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 107 | 0.44 | 0 | 0.10 | 0.53 | 166.15 | 0.28 | 0.36 |
| Hex | 43 | 77 | 6B | 2C | 0 | A | 35 | A6 | 1C | 24 |
| Octal | 103 | 167 | 153 | 54 | 0 | 12 | 65 | 246 | 34 | 44 |
| Binary | 1000011 | 1110111 | 1101011 | 101100 | 0 | 1010 | 110101 | 10100110 | 11100 | 100100 |
Color Harmonies of #43776B
Complementary color
Monochromatic Colors of #43776B
Black with #43776B
Text Example
Text Example
White with #43776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43776B; }
p { color: rgb(67,119,107); }
H1.HeaderClassName
{
color: #43776B;
}
.AnyTagClassName
{
color: #43776B;
}
</style>
background-color css
<style>
a { background-color: #43776B; }
a { background-color: rgb(67,119,107); }
div.DivClassName
{
background-color: #43776B;
}
.BgClassName
{
background-color: #43776B;
}
</style>
border-color css
<style>
span { border-color: #43776B; }
span { border-color: rgb(67,119,107); }
td.TdClassName
{
border-color: #43776B;
}
.TagClassName
{
border-color: #43776B;
}
</style>