Shades of Dark Green Copper #507F74
Tints of Dark Green Copper #507F74
RGB
CMYK
RGB Variations
Color information
#507F74 (or 0x507F74) is known color: Dark Green Copper. HEX triplet: 50, 7F and 74. RGB value is (80,127,116). Sum of RGB (Red+Green+Blue) = 80+127+116=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #507F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F74 is #AF808B. Grayscale: #6F6F6F. Windows color (decimal): -11501708 or 7634768. OLE color: 7634768.
HSL color Cylindrical-coordinate representation of color #507F74: hue angle of 165.96º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F74 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 116 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.50 |
| HSL | 165.96º | 0.23% | 0.41% | - |
| HSV(B) | 165.96º | 0.37% | 0.5% | - |
| XYZ | 14.05 | 18.15 | 19.28 | - |
| YUV | 111.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 116 | 0.37 | 0 | 0.09 | 0.50 | 165.96 | 0.23 | 0.41 |
| Hex | 50 | 7F | 74 | 25 | 0 | 9 | 32 | A6 | 17 | 29 |
| Octal | 120 | 177 | 164 | 45 | 0 | 11 | 62 | 246 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1110100 | 100101 | 0 | 1001 | 110010 | 10100110 | 10111 | 101001 |
Color Harmonies of #507F74
Complementary color
Monochromatic Colors of #507F74
Black with #507F74
Text Example
Text Example
White with #507F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F74; }
p { color: rgb(80,127,116); }
H1.HeaderClassName
{
color: #507F74;
}
.AnyTagClassName
{
color: #507F74;
}
</style>
background-color css
<style>
a { background-color: #507F74; }
a { background-color: rgb(80,127,116); }
div.DivClassName
{
background-color: #507F74;
}
.BgClassName
{
background-color: #507F74;
}
</style>
border-color css
<style>
span { border-color: #507F74; }
span { border-color: rgb(80,127,116); }
td.TdClassName
{
border-color: #507F74;
}
.TagClassName
{
border-color: #507F74;
}
</style>