Shades of Dark Green Copper #507168
Tints of Dark Green Copper #507168
RGB
CMYK
RGB Variations
Color information
#507168 (or 0x507168) is known color: Dark Green Copper. HEX triplet: 50, 71 and 68. RGB value is (80,113,104). Sum of RGB (Red+Green+Blue) = 80+113+104=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #507168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507168 is #AF8E97. Grayscale: #666666. Windows color (decimal): -11505304 or 6844752. OLE color: 6844752.
HSL color Cylindrical-coordinate representation of color #507168: hue angle of 163.64º 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 #507168 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 104 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.56 |
| HSL | 163.64º | 0.17% | 0.38% | - |
| HSV(B) | 163.64º | 0.29% | 0.44% | - |
| XYZ | 11.71 | 14.52 | 15.28 | - |
| YUV | 102.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 104 | 0.29 | 0 | 0.08 | 0.56 | 163.64 | 0.17 | 0.38 |
| Hex | 50 | 71 | 68 | 1D | 0 | 8 | 38 | A4 | 11 | 26 |
| Octal | 120 | 161 | 150 | 35 | 0 | 10 | 70 | 244 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1101000 | 11101 | 0 | 1000 | 111000 | 10100100 | 10001 | 100110 |
Color Harmonies of #507168
Complementary color
Monochromatic Colors of #507168
Black with #507168
Text Example
Text Example
White with #507168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507168; }
p { color: rgb(80,113,104); }
H1.HeaderClassName
{
color: #507168;
}
.AnyTagClassName
{
color: #507168;
}
</style>
background-color css
<style>
a { background-color: #507168; }
a { background-color: rgb(80,113,104); }
div.DivClassName
{
background-color: #507168;
}
.BgClassName
{
background-color: #507168;
}
</style>
border-color css
<style>
span { border-color: #507168; }
span { border-color: rgb(80,113,104); }
td.TdClassName
{
border-color: #507168;
}
.TagClassName
{
border-color: #507168;
}
</style>