Shades of Dark Green Copper #4C756F
Tints of Dark Green Copper #4C756F
RGB
CMYK
RGB Variations
Color information
#4C756F (or 0x4C756F) is known color: Dark Green Copper. HEX triplet: 4C, 75 and 6F. RGB value is (76,117,111). Sum of RGB (Red+Green+Blue) = 76+117+111=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #4C756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C756F is #B38A90. Grayscale: #686868. Windows color (decimal): -11766417 or 7304524. OLE color: 7304524.
HSL color Cylindrical-coordinate representation of color #4C756F: hue angle of 171.22º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C756F is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 111 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.54 |
| HSL | 171.22º | 0.21% | 0.38% | - |
| HSV(B) | 171.22º | 0.35% | 0.46% | - |
| XYZ | 12.21 | 15.41 | 17.37 | - |
| YUV | 104.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 111 | 0.35 | 0 | 0.05 | 0.54 | 171.22 | 0.21 | 0.38 |
| Hex | 4C | 75 | 6F | 23 | 0 | 5 | 36 | AB | 15 | 26 |
| Octal | 114 | 165 | 157 | 43 | 0 | 5 | 66 | 253 | 25 | 46 |
| Binary | 1001100 | 1110101 | 1101111 | 100011 | 0 | 101 | 110110 | 10101011 | 10101 | 100110 |
Color Harmonies of #4C756F
Complementary color
Monochromatic Colors of #4C756F
Black with #4C756F
Text Example
Text Example
White with #4C756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C756F; }
p { color: rgb(76,117,111); }
H1.HeaderClassName
{
color: #4C756F;
}
.AnyTagClassName
{
color: #4C756F;
}
</style>
background-color css
<style>
a { background-color: #4C756F; }
a { background-color: rgb(76,117,111); }
div.DivClassName
{
background-color: #4C756F;
}
.BgClassName
{
background-color: #4C756F;
}
</style>
border-color css
<style>
span { border-color: #4C756F; }
span { border-color: rgb(76,117,111); }
td.TdClassName
{
border-color: #4C756F;
}
.TagClassName
{
border-color: #4C756F;
}
</style>