Shades of Dark Green Copper #54786E
Tints of Dark Green Copper #54786E
RGB
CMYK
RGB Variations
Color information
#54786E (or 0x54786E) is known color: Dark Green Copper. HEX triplet: 54, 78 and 6E. RGB value is (84,120,110). Sum of RGB (Red+Green+Blue) = 84+120+110=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #54786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54786E is #AB8791. Grayscale: #6C6C6C. Windows color (decimal): -11241362 or 7239764. OLE color: 7239764.
HSL color Cylindrical-coordinate representation of color #54786E: hue angle of 163.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54786E is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 120 | 110 | - |
| CMYK | 0.3 | 0 | 0.08 | 0.53 |
| HSL | 163.33º | 0.18% | 0.4% | - |
| HSV(B) | 163.33º | 0.3% | 0.47% | - |
| XYZ | 13.19 | 16.44 | 17.23 | - |
| YUV | 108.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 110 | 0.3 | 0 | 0.08 | 0.53 | 163.33 | 0.18 | 0.4 |
| Hex | 54 | 78 | 6E | 1E | 0 | 8 | 35 | A3 | 12 | 28 |
| Octal | 124 | 170 | 156 | 36 | 0 | 10 | 65 | 243 | 22 | 50 |
| Binary | 1010100 | 1111000 | 1101110 | 11110 | 0 | 1000 | 110101 | 10100011 | 10010 | 101000 |
Color Harmonies of #54786E
Complementary color
Monochromatic Colors of #54786E
Black with #54786E
Text Example
Text Example
White with #54786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54786E; }
p { color: rgb(84,120,110); }
H1.HeaderClassName
{
color: #54786E;
}
.AnyTagClassName
{
color: #54786E;
}
</style>
background-color css
<style>
a { background-color: #54786E; }
a { background-color: rgb(84,120,110); }
div.DivClassName
{
background-color: #54786E;
}
.BgClassName
{
background-color: #54786E;
}
</style>
border-color css
<style>
span { border-color: #54786E; }
span { border-color: rgb(84,120,110); }
td.TdClassName
{
border-color: #54786E;
}
.TagClassName
{
border-color: #54786E;
}
</style>