Shades of Dark Green Copper #51786E
Tints of Dark Green Copper #51786E
RGB
CMYK
RGB Variations
Color information
#51786E (or 0x51786E) is known color: Dark Green Copper. HEX triplet: 51, 78 and 6E. RGB value is (81,120,110). Sum of RGB (Red+Green+Blue) = 81+120+110=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #51786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51786E is #AE8791. Grayscale: #6B6B6B. Windows color (decimal): -11437970 or 7239761. OLE color: 7239761.
HSL color Cylindrical-coordinate representation of color #51786E: hue angle of 164.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51786E is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 120 | 110 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.53 |
| HSL | 164.62º | 0.19% | 0.39% | - |
| HSV(B) | 164.62º | 0.33% | 0.47% | - |
| XYZ | 12.92 | 16.31 | 17.22 | - |
| YUV | 107.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 110 | 0.32 | 0 | 0.08 | 0.53 | 164.62 | 0.19 | 0.39 |
| Hex | 51 | 78 | 6E | 20 | 0 | 8 | 35 | A5 | 13 | 27 |
| Octal | 121 | 170 | 156 | 40 | 0 | 10 | 65 | 245 | 23 | 47 |
| Binary | 1010001 | 1111000 | 1101110 | 100000 | 0 | 1000 | 110101 | 10100101 | 10011 | 100111 |
Color Harmonies of #51786E
Complementary color
Monochromatic Colors of #51786E
Black with #51786E
Text Example
Text Example
White with #51786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51786E; }
p { color: rgb(81,120,110); }
H1.HeaderClassName
{
color: #51786E;
}
.AnyTagClassName
{
color: #51786E;
}
</style>
background-color css
<style>
a { background-color: #51786E; }
a { background-color: rgb(81,120,110); }
div.DivClassName
{
background-color: #51786E;
}
.BgClassName
{
background-color: #51786E;
}
</style>
border-color css
<style>
span { border-color: #51786E; }
span { border-color: rgb(81,120,110); }
td.TdClassName
{
border-color: #51786E;
}
.TagClassName
{
border-color: #51786E;
}
</style>