Shades of Dark Green Copper #4A766A
Tints of Dark Green Copper #4A766A
RGB
CMYK
RGB Variations
Color information
#4A766A (or 0x4A766A) is known color: Dark Green Copper. HEX triplet: 4A, 76 and 6A. RGB value is (74,118,106). Sum of RGB (Red+Green+Blue) = 74+118+106=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #4A766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A766A is #B58995. Grayscale: #676767. Windows color (decimal): -11897238 or 6977098. OLE color: 6977098.
HSL color Cylindrical-coordinate representation of color #4A766A: hue angle of 163.64º 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 #4A766A is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 106 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.54 |
| HSL | 163.64º | 0.23% | 0.38% | - |
| HSV(B) | 163.64º | 0.37% | 0.46% | - |
| XYZ | 11.9 | 15.45 | 15.99 | - |
| YUV | 103.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 106 | 0.37 | 0 | 0.10 | 0.54 | 163.64 | 0.23 | 0.38 |
| Hex | 4A | 76 | 6A | 25 | 0 | A | 36 | A4 | 17 | 26 |
| Octal | 112 | 166 | 152 | 45 | 0 | 12 | 66 | 244 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1101010 | 100101 | 0 | 1010 | 110110 | 10100100 | 10111 | 100110 |
Color Harmonies of #4A766A
Complementary color
Monochromatic Colors of #4A766A
Black with #4A766A
Text Example
Text Example
White with #4A766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A766A; }
p { color: rgb(74,118,106); }
H1.HeaderClassName
{
color: #4A766A;
}
.AnyTagClassName
{
color: #4A766A;
}
</style>
background-color css
<style>
a { background-color: #4A766A; }
a { background-color: rgb(74,118,106); }
div.DivClassName
{
background-color: #4A766A;
}
.BgClassName
{
background-color: #4A766A;
}
</style>
border-color css
<style>
span { border-color: #4A766A; }
span { border-color: rgb(74,118,106); }
td.TdClassName
{
border-color: #4A766A;
}
.TagClassName
{
border-color: #4A766A;
}
</style>