Shades of Dark Green Copper #507165
Tints of Dark Green Copper #507165
RGB
CMYK
RGB Variations
Color information
#507165 (or 0x507165) is known color: Dark Green Copper. HEX triplet: 50, 71 and 65. RGB value is (80,113,101). Sum of RGB (Red+Green+Blue) = 80+113+101=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #507165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507165 is #AF8E9A. Grayscale: #656565. Windows color (decimal): -11505307 or 6648144. OLE color: 6648144.
HSL color Cylindrical-coordinate representation of color #507165: hue angle of 158.18º 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 #507165 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 101 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.56 |
| HSL | 158.18º | 0.17% | 0.38% | - |
| HSV(B) | 158.18º | 0.29% | 0.44% | - |
| XYZ | 11.56 | 14.46 | 14.49 | - |
| YUV | 101.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 101 | 0.29 | 0 | 0.11 | 0.56 | 158.18 | 0.17 | 0.38 |
| Hex | 50 | 71 | 65 | 1D | 0 | B | 38 | 9E | 11 | 26 |
| Octal | 120 | 161 | 145 | 35 | 0 | 13 | 70 | 236 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1100101 | 11101 | 0 | 1011 | 111000 | 10011110 | 10001 | 100110 |
Color Harmonies of #507165
Complementary color
Monochromatic Colors of #507165
Black with #507165
Text Example
Text Example
White with #507165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507165; }
p { color: rgb(80,113,101); }
H1.HeaderClassName
{
color: #507165;
}
.AnyTagClassName
{
color: #507165;
}
</style>
background-color css
<style>
a { background-color: #507165; }
a { background-color: rgb(80,113,101); }
div.DivClassName
{
background-color: #507165;
}
.BgClassName
{
background-color: #507165;
}
</style>
border-color css
<style>
span { border-color: #507165; }
span { border-color: rgb(80,113,101); }
td.TdClassName
{
border-color: #507165;
}
.TagClassName
{
border-color: #507165;
}
</style>