Shades of Dark Green Copper #507166
Tints of Dark Green Copper #507166
RGB
CMYK
RGB Variations
Color information
#507166 (or 0x507166) is known color: Dark Green Copper. HEX triplet: 50, 71 and 66. RGB value is (80,113,102). Sum of RGB (Red+Green+Blue) = 80+113+102=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #507166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507166 is #AF8E99. Grayscale: #656565. Windows color (decimal): -11505306 or 6713680. OLE color: 6713680.
HSL color Cylindrical-coordinate representation of color #507166: hue angle of 160º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507166 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 102 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.56 |
| HSL | 160º | 0.17% | 0.38% | - |
| HSV(B) | 160º | 0.29% | 0.44% | - |
| XYZ | 11.61 | 14.48 | 14.75 | - |
| YUV | 101.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 102 | 0.29 | 0 | 0.10 | 0.56 | 160 | 0.17 | 0.38 |
| Hex | 50 | 71 | 66 | 1D | 0 | A | 38 | A0 | 11 | 26 |
| Octal | 120 | 161 | 146 | 35 | 0 | 12 | 70 | 240 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1100110 | 11101 | 0 | 1010 | 111000 | 10100000 | 10001 | 100110 |
Color Harmonies of #507166
Complementary color
Monochromatic Colors of #507166
Black with #507166
Text Example
Text Example
White with #507166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507166; }
p { color: rgb(80,113,102); }
H1.HeaderClassName
{
color: #507166;
}
.AnyTagClassName
{
color: #507166;
}
</style>
background-color css
<style>
a { background-color: #507166; }
a { background-color: rgb(80,113,102); }
div.DivClassName
{
background-color: #507166;
}
.BgClassName
{
background-color: #507166;
}
</style>
border-color css
<style>
span { border-color: #507166; }
span { border-color: rgb(80,113,102); }
td.TdClassName
{
border-color: #507166;
}
.TagClassName
{
border-color: #507166;
}
</style>