Shades of Dark Green Copper #42756F
Tints of Dark Green Copper #42756F
RGB
CMYK
RGB Variations
Color information
#42756F (or 0x42756F) is known color: Dark Green Copper. HEX triplet: 42, 75 and 6F. RGB value is (66,117,111). Sum of RGB (Red+Green+Blue) = 66+117+111=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #42756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42756F is #BD8A90. Grayscale: #656565. Windows color (decimal): -12421777 or 7304514. OLE color: 7304514.
HSL color Cylindrical-coordinate representation of color #42756F: hue angle of 172.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42756F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 111 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.54 |
| HSL | 172.94º | 0.28% | 0.36% | - |
| HSV(B) | 172.94º | 0.44% | 0.46% | - |
| XYZ | 11.48 | 15.03 | 17.33 | - |
| YUV | 101.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 111 | 0.44 | 0 | 0.05 | 0.54 | 172.94 | 0.28 | 0.36 |
| Hex | 42 | 75 | 6F | 2C | 0 | 5 | 36 | AD | 1C | 24 |
| Octal | 102 | 165 | 157 | 54 | 0 | 5 | 66 | 255 | 34 | 44 |
| Binary | 1000010 | 1110101 | 1101111 | 101100 | 0 | 101 | 110110 | 10101101 | 11100 | 100100 |
Color Harmonies of #42756F
Complementary color
Monochromatic Colors of #42756F
Black with #42756F
Text Example
Text Example
White with #42756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42756F; }
p { color: rgb(66,117,111); }
H1.HeaderClassName
{
color: #42756F;
}
.AnyTagClassName
{
color: #42756F;
}
</style>
background-color css
<style>
a { background-color: #42756F; }
a { background-color: rgb(66,117,111); }
div.DivClassName
{
background-color: #42756F;
}
.BgClassName
{
background-color: #42756F;
}
</style>
border-color css
<style>
span { border-color: #42756F; }
span { border-color: rgb(66,117,111); }
td.TdClassName
{
border-color: #42756F;
}
.TagClassName
{
border-color: #42756F;
}
</style>