Shades of Dark Green Copper #546F66
Tints of Dark Green Copper #546F66
RGB
CMYK
RGB Variations
Color information
#546F66 (or 0x546F66) is known color: Dark Green Copper. HEX triplet: 54, 6F and 66. RGB value is (84,111,102). Sum of RGB (Red+Green+Blue) = 84+111+102=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #546F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F66 is #AB9099. Grayscale: #656565. Windows color (decimal): -11243674 or 6713172. OLE color: 6713172.
HSL color Cylindrical-coordinate representation of color #546F66: hue angle of 160º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F66 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 102 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.56 |
| HSL | 160º | 0.14% | 0.38% | - |
| HSV(B) | 160º | 0.24% | 0.44% | - |
| XYZ | 11.74 | 14.21 | 14.7 | - |
| YUV | 101.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 102 | 0.24 | 0 | 0.08 | 0.56 | 160 | 0.14 | 0.38 |
| Hex | 54 | 6F | 66 | 18 | 0 | 8 | 38 | A0 | E | 26 |
| Octal | 124 | 157 | 146 | 30 | 0 | 10 | 70 | 240 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1100110 | 11000 | 0 | 1000 | 111000 | 10100000 | 1110 | 100110 |
Color Harmonies of #546F66
Complementary color
Monochromatic Colors of #546F66
Black with #546F66
Text Example
Text Example
White with #546F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F66; }
p { color: rgb(84,111,102); }
H1.HeaderClassName
{
color: #546F66;
}
.AnyTagClassName
{
color: #546F66;
}
</style>
background-color css
<style>
a { background-color: #546F66; }
a { background-color: rgb(84,111,102); }
div.DivClassName
{
background-color: #546F66;
}
.BgClassName
{
background-color: #546F66;
}
</style>
border-color css
<style>
span { border-color: #546F66; }
span { border-color: rgb(84,111,102); }
td.TdClassName
{
border-color: #546F66;
}
.TagClassName
{
border-color: #546F66;
}
</style>