Shades of Dark Green Copper #4C6F68
Tints of Dark Green Copper #4C6F68
RGB
CMYK
RGB Variations
Color information
#4C6F68 (or 0x4C6F68) is known color: Dark Green Copper. HEX triplet: 4C, 6F and 68. RGB value is (76,111,104). Sum of RGB (Red+Green+Blue) = 76+111+104=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6F68 is #B39097. Grayscale: #636363. Windows color (decimal): -11767960 or 6844236. OLE color: 6844236.
HSL color Cylindrical-coordinate representation of color #4C6F68: hue angle of 168º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C6F68 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 111 | 104 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.56 |
| HSL | 168º | 0.19% | 0.37% | - |
| HSV(B) | 168º | 0.32% | 0.44% | - |
| XYZ | 11.16 | 13.9 | 15.19 | - |
| YUV | 99.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 104 | 0.32 | 0 | 0.06 | 0.56 | 168 | 0.19 | 0.37 |
| Hex | 4C | 6F | 68 | 20 | 0 | 6 | 38 | A8 | 13 | 25 |
| Octal | 114 | 157 | 150 | 40 | 0 | 6 | 70 | 250 | 23 | 45 |
| Binary | 1001100 | 1101111 | 1101000 | 100000 | 0 | 110 | 111000 | 10101000 | 10011 | 100101 |
Color Harmonies of #4C6F68
Complementary color
Monochromatic Colors of #4C6F68
Black with #4C6F68
Text Example
Text Example
White with #4C6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6F68; }
p { color: rgb(76,111,104); }
H1.HeaderClassName
{
color: #4C6F68;
}
.AnyTagClassName
{
color: #4C6F68;
}
</style>
background-color css
<style>
a { background-color: #4C6F68; }
a { background-color: rgb(76,111,104); }
div.DivClassName
{
background-color: #4C6F68;
}
.BgClassName
{
background-color: #4C6F68;
}
</style>
border-color css
<style>
span { border-color: #4C6F68; }
span { border-color: rgb(76,111,104); }
td.TdClassName
{
border-color: #4C6F68;
}
.TagClassName
{
border-color: #4C6F68;
}
</style>