Shades of Dark Green Copper #42776A
Tints of Dark Green Copper #42776A
RGB
CMYK
RGB Variations
Color information
#42776A (or 0x42776A) is known color: Dark Green Copper. HEX triplet: 42, 77 and 6A. RGB value is (66,119,106). Sum of RGB (Red+Green+Blue) = 66+119+106=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #42776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42776A is #BD8895. Grayscale: #656565. Windows color (decimal): -12421270 or 6977346. OLE color: 6977346.
HSL color Cylindrical-coordinate representation of color #42776A: hue angle of 165.28º 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 #42776A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 106 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.53 |
| HSL | 165.28º | 0.29% | 0.36% | - |
| HSV(B) | 165.28º | 0.45% | 0.47% | - |
| XYZ | 11.45 | 15.39 | 16 | - |
| YUV | 101.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 106 | 0.45 | 0 | 0.11 | 0.53 | 165.28 | 0.29 | 0.36 |
| Hex | 42 | 77 | 6A | 2D | 0 | B | 35 | A5 | 1D | 24 |
| Octal | 102 | 167 | 152 | 55 | 0 | 13 | 65 | 245 | 35 | 44 |
| Binary | 1000010 | 1110111 | 1101010 | 101101 | 0 | 1011 | 110101 | 10100101 | 11101 | 100100 |
Color Harmonies of #42776A
Complementary color
Monochromatic Colors of #42776A
Black with #42776A
Text Example
Text Example
White with #42776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42776A; }
p { color: rgb(66,119,106); }
H1.HeaderClassName
{
color: #42776A;
}
.AnyTagClassName
{
color: #42776A;
}
</style>
background-color css
<style>
a { background-color: #42776A; }
a { background-color: rgb(66,119,106); }
div.DivClassName
{
background-color: #42776A;
}
.BgClassName
{
background-color: #42776A;
}
</style>
border-color css
<style>
span { border-color: #42776A; }
span { border-color: rgb(66,119,106); }
td.TdClassName
{
border-color: #42776A;
}
.TagClassName
{
border-color: #42776A;
}
</style>