Shades of Dark Green Copper #4A766D
Tints of Dark Green Copper #4A766D
RGB
CMYK
RGB Variations
Color information
#4A766D (or 0x4A766D) is known color: Dark Green Copper. HEX triplet: 4A, 76 and 6D. RGB value is (74,118,109). Sum of RGB (Red+Green+Blue) = 74+118+109=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #4A766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A766D is #B58992. Grayscale: #676767. Windows color (decimal): -11897235 or 7173706. OLE color: 7173706.
HSL color Cylindrical-coordinate representation of color #4A766D: hue angle of 167.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A766D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 109 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.54 |
| HSL | 167.73º | 0.23% | 0.38% | - |
| HSV(B) | 167.73º | 0.37% | 0.46% | - |
| XYZ | 12.06 | 15.52 | 16.83 | - |
| YUV | 103.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 109 | 0.37 | 0 | 0.08 | 0.54 | 167.73 | 0.23 | 0.38 |
| Hex | 4A | 76 | 6D | 25 | 0 | 8 | 36 | A8 | 17 | 26 |
| Octal | 112 | 166 | 155 | 45 | 0 | 10 | 66 | 250 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1101101 | 100101 | 0 | 1000 | 110110 | 10101000 | 10111 | 100110 |
Color Harmonies of #4A766D
Complementary color
Monochromatic Colors of #4A766D
Black with #4A766D
Text Example
Text Example
White with #4A766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A766D; }
p { color: rgb(74,118,109); }
H1.HeaderClassName
{
color: #4A766D;
}
.AnyTagClassName
{
color: #4A766D;
}
</style>
background-color css
<style>
a { background-color: #4A766D; }
a { background-color: rgb(74,118,109); }
div.DivClassName
{
background-color: #4A766D;
}
.BgClassName
{
background-color: #4A766D;
}
</style>
border-color css
<style>
span { border-color: #4A766D; }
span { border-color: rgb(74,118,109); }
td.TdClassName
{
border-color: #4A766D;
}
.TagClassName
{
border-color: #4A766D;
}
</style>