Shades of Dark Green Copper #54766B
Tints of Dark Green Copper #54766B
RGB
CMYK
RGB Variations
Color information
#54766B (or 0x54766B) is known color: Dark Green Copper. HEX triplet: 54, 76 and 6B. RGB value is (84,118,107). Sum of RGB (Red+Green+Blue) = 84+118+107=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #54766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54766B is #AB8994. Grayscale: #6A6A6A. Windows color (decimal): -11241877 or 7042644. OLE color: 7042644.
HSL color Cylindrical-coordinate representation of color #54766B: hue angle of 160.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54766B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 107 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.54 |
| HSL | 160.59º | 0.17% | 0.4% | - |
| HSV(B) | 160.59º | 0.29% | 0.46% | - |
| XYZ | 12.79 | 15.9 | 16.31 | - |
| YUV | 106.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 107 | 0.29 | 0 | 0.09 | 0.54 | 160.59 | 0.17 | 0.4 |
| Hex | 54 | 76 | 6B | 1D | 0 | 9 | 36 | A1 | 11 | 28 |
| Octal | 124 | 166 | 153 | 35 | 0 | 11 | 66 | 241 | 21 | 50 |
| Binary | 1010100 | 1110110 | 1101011 | 11101 | 0 | 1001 | 110110 | 10100001 | 10001 | 101000 |
Color Harmonies of #54766B
Complementary color
Monochromatic Colors of #54766B
Black with #54766B
Text Example
Text Example
White with #54766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54766B; }
p { color: rgb(84,118,107); }
H1.HeaderClassName
{
color: #54766B;
}
.AnyTagClassName
{
color: #54766B;
}
</style>
background-color css
<style>
a { background-color: #54766B; }
a { background-color: rgb(84,118,107); }
div.DivClassName
{
background-color: #54766B;
}
.BgClassName
{
background-color: #54766B;
}
</style>
border-color css
<style>
span { border-color: #54766B; }
span { border-color: rgb(84,118,107); }
td.TdClassName
{
border-color: #54766B;
}
.TagClassName
{
border-color: #54766B;
}
</style>