Shades of Dark Green Copper #4A766B
Tints of Dark Green Copper #4A766B
RGB
CMYK
RGB Variations
Color information
#4A766B (or 0x4A766B) is known color: Dark Green Copper. HEX triplet: 4A, 76 and 6B. RGB value is (74,118,107). Sum of RGB (Red+Green+Blue) = 74+118+107=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #4A766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A766B is #B58994. Grayscale: #676767. Windows color (decimal): -11897237 or 7042634. OLE color: 7042634.
HSL color Cylindrical-coordinate representation of color #4A766B: hue angle of 165º 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 #4A766B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 107 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.54 |
| HSL | 165º | 0.23% | 0.38% | - |
| HSV(B) | 165º | 0.37% | 0.46% | - |
| XYZ | 11.96 | 15.47 | 16.27 | - |
| YUV | 103.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 107 | 0.37 | 0 | 0.09 | 0.54 | 165 | 0.23 | 0.38 |
| Hex | 4A | 76 | 6B | 25 | 0 | 9 | 36 | A5 | 17 | 26 |
| Octal | 112 | 166 | 153 | 45 | 0 | 11 | 66 | 245 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1101011 | 100101 | 0 | 1001 | 110110 | 10100101 | 10111 | 100110 |
Color Harmonies of #4A766B
Complementary color
Monochromatic Colors of #4A766B
Black with #4A766B
Text Example
Text Example
White with #4A766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A766B; }
p { color: rgb(74,118,107); }
H1.HeaderClassName
{
color: #4A766B;
}
.AnyTagClassName
{
color: #4A766B;
}
</style>
background-color css
<style>
a { background-color: #4A766B; }
a { background-color: rgb(74,118,107); }
div.DivClassName
{
background-color: #4A766B;
}
.BgClassName
{
background-color: #4A766B;
}
</style>
border-color css
<style>
span { border-color: #4A766B; }
span { border-color: rgb(74,118,107); }
td.TdClassName
{
border-color: #4A766B;
}
.TagClassName
{
border-color: #4A766B;
}
</style>