Shades of Dark Green Copper #47756B
Tints of Dark Green Copper #47756B
RGB
CMYK
RGB Variations
Color information
#47756B (or 0x47756B) is known color: Dark Green Copper. HEX triplet: 47, 75 and 6B. RGB value is (71,117,107). Sum of RGB (Red+Green+Blue) = 71+117+107=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #47756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756B is #B88A94. Grayscale: #666666. Windows color (decimal): -12094101 or 7042375. OLE color: 7042375.
HSL color Cylindrical-coordinate representation of color #47756B: hue angle of 166.96º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47756B is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 107 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.54 |
| HSL | 166.96º | 0.24% | 0.37% | - |
| HSV(B) | 166.96º | 0.39% | 0.46% | - |
| XYZ | 11.61 | 15.12 | 16.22 | - |
| YUV | 102.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 107 | 0.39 | 0 | 0.09 | 0.54 | 166.96 | 0.24 | 0.37 |
| Hex | 47 | 75 | 6B | 27 | 0 | 9 | 36 | A7 | 18 | 25 |
| Octal | 107 | 165 | 153 | 47 | 0 | 11 | 66 | 247 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1101011 | 100111 | 0 | 1001 | 110110 | 10100111 | 11000 | 100101 |
Color Harmonies of #47756B
Complementary color
Monochromatic Colors of #47756B
Black with #47756B
Text Example
Text Example
White with #47756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47756B; }
p { color: rgb(71,117,107); }
H1.HeaderClassName
{
color: #47756B;
}
.AnyTagClassName
{
color: #47756B;
}
</style>
background-color css
<style>
a { background-color: #47756B; }
a { background-color: rgb(71,117,107); }
div.DivClassName
{
background-color: #47756B;
}
.BgClassName
{
background-color: #47756B;
}
</style>
border-color css
<style>
span { border-color: #47756B; }
span { border-color: rgb(71,117,107); }
td.TdClassName
{
border-color: #47756B;
}
.TagClassName
{
border-color: #47756B;
}
</style>