Shades of Dark Green Copper #55756B
Tints of Dark Green Copper #55756B
RGB
CMYK
RGB Variations
Color information
#55756B (or 0x55756B) is known color: Dark Green Copper. HEX triplet: 55, 75 and 6B. RGB value is (85,117,107). Sum of RGB (Red+Green+Blue) = 85+117+107=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #55756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55756B is #AA8A94. Grayscale: #6A6A6A. Windows color (decimal): -11176597 or 7042389. OLE color: 7042389.
HSL color Cylindrical-coordinate representation of color #55756B: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55756B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 107 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.54 |
| HSL | 161.25º | 0.16% | 0.4% | - |
| HSV(B) | 161.25º | 0.27% | 0.46% | - |
| XYZ | 12.76 | 15.72 | 16.27 | - |
| YUV | 106.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 107 | 0.27 | 0 | 0.09 | 0.54 | 161.25 | 0.16 | 0.4 |
| Hex | 55 | 75 | 6B | 1B | 0 | 9 | 36 | A1 | 10 | 28 |
| Octal | 125 | 165 | 153 | 33 | 0 | 11 | 66 | 241 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1101011 | 11011 | 0 | 1001 | 110110 | 10100001 | 10000 | 101000 |
Color Harmonies of #55756B
Complementary color
Monochromatic Colors of #55756B
Black with #55756B
Text Example
Text Example
White with #55756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55756B; }
p { color: rgb(85,117,107); }
H1.HeaderClassName
{
color: #55756B;
}
.AnyTagClassName
{
color: #55756B;
}
</style>
background-color css
<style>
a { background-color: #55756B; }
a { background-color: rgb(85,117,107); }
div.DivClassName
{
background-color: #55756B;
}
.BgClassName
{
background-color: #55756B;
}
</style>
border-color css
<style>
span { border-color: #55756B; }
span { border-color: rgb(85,117,107); }
td.TdClassName
{
border-color: #55756B;
}
.TagClassName
{
border-color: #55756B;
}
</style>