Shades of Dark Green Copper #51766D
Tints of Dark Green Copper #51766D
RGB
CMYK
RGB Variations
Color information
#51766D (or 0x51766D) is known color: Dark Green Copper. HEX triplet: 51, 76 and 6D. RGB value is (81,118,109). Sum of RGB (Red+Green+Blue) = 81+118+109=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #51766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51766D is #AE8992. Grayscale: #696969. Windows color (decimal): -11438483 or 7173713. OLE color: 7173713.
HSL color Cylindrical-coordinate representation of color #51766D: hue angle of 165.41º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51766D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 118 | 109 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.54 |
| HSL | 165.41º | 0.19% | 0.39% | - |
| HSV(B) | 165.41º | 0.31% | 0.46% | - |
| XYZ | 12.63 | 15.81 | 16.85 | - |
| YUV | 105.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 109 | 0.31 | 0 | 0.08 | 0.54 | 165.41 | 0.19 | 0.39 |
| Hex | 51 | 76 | 6D | 1F | 0 | 8 | 36 | A5 | 13 | 27 |
| Octal | 121 | 166 | 155 | 37 | 0 | 10 | 66 | 245 | 23 | 47 |
| Binary | 1010001 | 1110110 | 1101101 | 11111 | 0 | 1000 | 110110 | 10100101 | 10011 | 100111 |
Color Harmonies of #51766D
Complementary color
Monochromatic Colors of #51766D
Black with #51766D
Text Example
Text Example
White with #51766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51766D; }
p { color: rgb(81,118,109); }
H1.HeaderClassName
{
color: #51766D;
}
.AnyTagClassName
{
color: #51766D;
}
</style>
background-color css
<style>
a { background-color: #51766D; }
a { background-color: rgb(81,118,109); }
div.DivClassName
{
background-color: #51766D;
}
.BgClassName
{
background-color: #51766D;
}
</style>
border-color css
<style>
span { border-color: #51766D; }
span { border-color: rgb(81,118,109); }
td.TdClassName
{
border-color: #51766D;
}
.TagClassName
{
border-color: #51766D;
}
</style>