Shades of Dark Green Copper #4B766D
Tints of Dark Green Copper #4B766D
RGB
CMYK
RGB Variations
Color information
#4B766D (or 0x4B766D) is known color: Dark Green Copper. HEX triplet: 4B, 76 and 6D. RGB value is (75,118,109). Sum of RGB (Red+Green+Blue) = 75+118+109=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #4B766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B766D is #B48992. Grayscale: #686868. Windows color (decimal): -11831699 or 7173707. OLE color: 7173707.
HSL color Cylindrical-coordinate representation of color #4B766D: hue angle of 167.44º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B766D is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 109 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.54 |
| HSL | 167.44º | 0.22% | 0.38% | - |
| HSV(B) | 167.44º | 0.36% | 0.46% | - |
| XYZ | 12.14 | 15.56 | 16.83 | - |
| YUV | 104.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 109 | 0.36 | 0 | 0.08 | 0.54 | 167.44 | 0.22 | 0.38 |
| Hex | 4B | 76 | 6D | 24 | 0 | 8 | 36 | A7 | 16 | 26 |
| Octal | 113 | 166 | 155 | 44 | 0 | 10 | 66 | 247 | 26 | 46 |
| Binary | 1001011 | 1110110 | 1101101 | 100100 | 0 | 1000 | 110110 | 10100111 | 10110 | 100110 |
Color Harmonies of #4B766D
Complementary color
Monochromatic Colors of #4B766D
Black with #4B766D
Text Example
Text Example
White with #4B766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B766D; }
p { color: rgb(75,118,109); }
H1.HeaderClassName
{
color: #4B766D;
}
.AnyTagClassName
{
color: #4B766D;
}
</style>
background-color css
<style>
a { background-color: #4B766D; }
a { background-color: rgb(75,118,109); }
div.DivClassName
{
background-color: #4B766D;
}
.BgClassName
{
background-color: #4B766D;
}
</style>
border-color css
<style>
span { border-color: #4B766D; }
span { border-color: rgb(75,118,109); }
td.TdClassName
{
border-color: #4B766D;
}
.TagClassName
{
border-color: #4B766D;
}
</style>