Shades of Dark Green Copper #51786B
Tints of Dark Green Copper #51786B
RGB
CMYK
RGB Variations
Color information
#51786B (or 0x51786B) is known color: Dark Green Copper. HEX triplet: 51, 78 and 6B. RGB value is (81,120,107). Sum of RGB (Red+Green+Blue) = 81+120+107=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #51786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51786B is #AE8794. Grayscale: #6A6A6A. Windows color (decimal): -11437973 or 7043153. OLE color: 7043153.
HSL color Cylindrical-coordinate representation of color #51786B: hue angle of 160º 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 #51786B is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 120 | 107 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.53 |
| HSL | 160º | 0.19% | 0.39% | - |
| HSV(B) | 160º | 0.33% | 0.47% | - |
| XYZ | 12.76 | 16.24 | 16.37 | - |
| YUV | 106.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 107 | 0.32 | 0 | 0.11 | 0.53 | 160 | 0.19 | 0.39 |
| Hex | 51 | 78 | 6B | 20 | 0 | B | 35 | A0 | 13 | 27 |
| Octal | 121 | 170 | 153 | 40 | 0 | 13 | 65 | 240 | 23 | 47 |
| Binary | 1010001 | 1111000 | 1101011 | 100000 | 0 | 1011 | 110101 | 10100000 | 10011 | 100111 |
Color Harmonies of #51786B
Complementary color
Monochromatic Colors of #51786B
Black with #51786B
Text Example
Text Example
White with #51786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51786B; }
p { color: rgb(81,120,107); }
H1.HeaderClassName
{
color: #51786B;
}
.AnyTagClassName
{
color: #51786B;
}
</style>
background-color css
<style>
a { background-color: #51786B; }
a { background-color: rgb(81,120,107); }
div.DivClassName
{
background-color: #51786B;
}
.BgClassName
{
background-color: #51786B;
}
</style>
border-color css
<style>
span { border-color: #51786B; }
span { border-color: rgb(81,120,107); }
td.TdClassName
{
border-color: #51786B;
}
.TagClassName
{
border-color: #51786B;
}
</style>