Shades of Dark Green Copper #47766D
Tints of Dark Green Copper #47766D
RGB
CMYK
RGB Variations
Color information
#47766D (or 0x47766D) is known color: Dark Green Copper. HEX triplet: 47, 76 and 6D. RGB value is (71,118,109). Sum of RGB (Red+Green+Blue) = 71+118+109=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #47766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47766D is #B88992. Grayscale: #666666. Windows color (decimal): -12093843 or 7173703. OLE color: 7173703.
HSL color Cylindrical-coordinate representation of color #47766D: hue angle of 168.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47766D is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 109 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.54 |
| HSL | 168.51º | 0.25% | 0.37% | - |
| HSV(B) | 168.51º | 0.4% | 0.46% | - |
| XYZ | 11.84 | 15.4 | 16.82 | - |
| YUV | 102.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 109 | 0.40 | 0 | 0.08 | 0.54 | 168.51 | 0.25 | 0.37 |
| Hex | 47 | 76 | 6D | 28 | 0 | 8 | 36 | A9 | 19 | 25 |
| Octal | 107 | 166 | 155 | 50 | 0 | 10 | 66 | 251 | 31 | 45 |
| Binary | 1000111 | 1110110 | 1101101 | 101000 | 0 | 1000 | 110110 | 10101001 | 11001 | 100101 |
Color Harmonies of #47766D
Complementary color
Monochromatic Colors of #47766D
Black with #47766D
Text Example
Text Example
White with #47766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47766D; }
p { color: rgb(71,118,109); }
H1.HeaderClassName
{
color: #47766D;
}
.AnyTagClassName
{
color: #47766D;
}
</style>
background-color css
<style>
a { background-color: #47766D; }
a { background-color: rgb(71,118,109); }
div.DivClassName
{
background-color: #47766D;
}
.BgClassName
{
background-color: #47766D;
}
</style>
border-color css
<style>
span { border-color: #47766D; }
span { border-color: rgb(71,118,109); }
td.TdClassName
{
border-color: #47766D;
}
.TagClassName
{
border-color: #47766D;
}
</style>