Shades of Dark Green Copper #4D7B6F
Tints of Dark Green Copper #4D7B6F
RGB
CMYK
RGB Variations
Color information
#4D7B6F (or 0x4D7B6F) is known color: Dark Green Copper. HEX triplet: 4D, 7B and 6F. RGB value is (77,123,111). Sum of RGB (Red+Green+Blue) = 77+123+111=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7B6F is #B28490. Grayscale: #6B6B6B. Windows color (decimal): -11699345 or 7306061. OLE color: 7306061.
HSL color Cylindrical-coordinate representation of color #4D7B6F: hue angle of 164.35º 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 #4D7B6F is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
RGB | 77 | 123 | 111 | - |
CMYK | 0.37 | 0 | 0.10 | 0.52 |
HSL | 164.35º | 0.23% | 0.39% | - |
HSV(B) | 164.35º | 0.37% | 0.48% | - |
XYZ | 13.01 | 16.89 | 17.61 | - |
YUV | 107.88 | 129.76 | 105.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 123 | 111 | 0.37 | 0 | 0.10 | 0.52 | 164.35 | 0.23 | 0.39 |
Hex | 4D | 7B | 6F | 25 | 0 | A | 34 | A4 | 17 | 27 |
Octal | 115 | 173 | 157 | 45 | 0 | 12 | 64 | 244 | 27 | 47 |
Binary | 1001101 | 1111011 | 1101111 | 100101 | 0 | 1010 | 110100 | 10100100 | 10111 | 100111 |
Color Harmonies of #4D7B6F
Complementary color
Monochromatic Colors of #4D7B6F
Black with #4D7B6F
Text Example
Text Example
White with #4D7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B6F; }
p { color: rgb(77,123,111); }
H1.HeaderClassName
{
color: #4D7B6F;
}
.AnyTagClassName
{
color: #4D7B6F;
}
</style>
background-color css
<style>
a { background-color: #4D7B6F; }
a { background-color: rgb(77,123,111); }
div.DivClassName
{
background-color: #4D7B6F;
}
.BgClassName
{
background-color: #4D7B6F;
}
</style>
border-color css
<style>
span { border-color: #4D7B6F; }
span { border-color: rgb(77,123,111); }
td.TdClassName
{
border-color: #4D7B6F;
}
.TagClassName
{
border-color: #4D7B6F;
}
</style>