Shades of Dark Green Copper #42776D
Tints of Dark Green Copper #42776D
RGB
CMYK
RGB Variations
Color information
#42776D (or 0x42776D) is known color: Dark Green Copper. HEX triplet: 42, 77 and 6D. RGB value is (66,119,109). Sum of RGB (Red+Green+Blue) = 66+119+109=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #42776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776D is #BD8892. Grayscale: #656565. Windows color (decimal): -12421267 or 7173954. OLE color: 7173954.
HSL color Cylindrical-coordinate representation of color #42776D: hue angle of 168.68º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42776D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 109 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.53 |
| HSL | 168.68º | 0.29% | 0.36% | - |
| HSV(B) | 168.68º | 0.45% | 0.47% | - |
| XYZ | 11.6 | 15.46 | 16.84 | - |
| YUV | 102.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 109 | 0.45 | 0 | 0.08 | 0.53 | 168.68 | 0.29 | 0.36 |
| Hex | 42 | 77 | 6D | 2D | 0 | 8 | 35 | A9 | 1D | 24 |
| Octal | 102 | 167 | 155 | 55 | 0 | 10 | 65 | 251 | 35 | 44 |
| Binary | 1000010 | 1110111 | 1101101 | 101101 | 0 | 1000 | 110101 | 10101001 | 11101 | 100100 |
Color Harmonies of #42776D
Complementary color
Monochromatic Colors of #42776D
Black with #42776D
Text Example
Text Example
White with #42776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42776D; }
p { color: rgb(66,119,109); }
H1.HeaderClassName
{
color: #42776D;
}
.AnyTagClassName
{
color: #42776D;
}
</style>
background-color css
<style>
a { background-color: #42776D; }
a { background-color: rgb(66,119,109); }
div.DivClassName
{
background-color: #42776D;
}
.BgClassName
{
background-color: #42776D;
}
</style>
border-color css
<style>
span { border-color: #42776D; }
span { border-color: rgb(66,119,109); }
td.TdClassName
{
border-color: #42776D;
}
.TagClassName
{
border-color: #42776D;
}
</style>