Shades of Dark Green Copper #4D7B6E
Tints of Dark Green Copper #4D7B6E
RGB
CMYK
RGB Variations
Color information
#4D7B6E (or 0x4D7B6E) is known color: Dark Green Copper. HEX triplet: 4D, 7B and 6E. RGB value is (77,123,110). Sum of RGB (Red+Green+Blue) = 77+123+110=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7B6E is #B28491. Grayscale: #6B6B6B. Windows color (decimal): -11699346 or 7240525. OLE color: 7240525.
HSL color Cylindrical-coordinate representation of color #4D7B6E: hue angle of 163.04º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7B6E is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 123 | 110 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.52 |
| HSL | 163.04º | 0.23% | 0.39% | - |
| HSV(B) | 163.04º | 0.37% | 0.48% | - |
| XYZ | 12.96 | 16.87 | 17.33 | - |
| YUV | 107.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 110 | 0.37 | 0 | 0.11 | 0.52 | 163.04 | 0.23 | 0.39 |
| Hex | 4D | 7B | 6E | 25 | 0 | B | 34 | A3 | 17 | 27 |
| Octal | 115 | 173 | 156 | 45 | 0 | 13 | 64 | 243 | 27 | 47 |
| Binary | 1001101 | 1111011 | 1101110 | 100101 | 0 | 1011 | 110100 | 10100011 | 10111 | 100111 |
Color Harmonies of #4D7B6E
Complementary color
Monochromatic Colors of #4D7B6E
Black with #4D7B6E
Text Example
Text Example
White with #4D7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B6E; }
p { color: rgb(77,123,110); }
H1.HeaderClassName
{
color: #4D7B6E;
}
.AnyTagClassName
{
color: #4D7B6E;
}
</style>
background-color css
<style>
a { background-color: #4D7B6E; }
a { background-color: rgb(77,123,110); }
div.DivClassName
{
background-color: #4D7B6E;
}
.BgClassName
{
background-color: #4D7B6E;
}
</style>
border-color css
<style>
span { border-color: #4D7B6E; }
span { border-color: rgb(77,123,110); }
td.TdClassName
{
border-color: #4D7B6E;
}
.TagClassName
{
border-color: #4D7B6E;
}
</style>