Shades of Dark Green Copper #546F65
Tints of Dark Green Copper #546F65
RGB
CMYK
RGB Variations
Color information
#546F65 (or 0x546F65) is known color: Dark Green Copper. HEX triplet: 54, 6F and 65. RGB value is (84,111,101). Sum of RGB (Red+Green+Blue) = 84+111+101=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #546F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F65 is #AB909A. Grayscale: #656565. Windows color (decimal): -11243675 or 6647636. OLE color: 6647636.
HSL color Cylindrical-coordinate representation of color #546F65: hue angle of 157.78º 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 #546F65 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 101 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.56 |
| HSL | 157.78º | 0.14% | 0.38% | - |
| HSV(B) | 157.78º | 0.24% | 0.44% | - |
| XYZ | 11.69 | 14.19 | 14.44 | - |
| YUV | 101.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 101 | 0.24 | 0 | 0.09 | 0.56 | 157.78 | 0.14 | 0.38 |
| Hex | 54 | 6F | 65 | 18 | 0 | 9 | 38 | 9E | E | 26 |
| Octal | 124 | 157 | 145 | 30 | 0 | 11 | 70 | 236 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1100101 | 11000 | 0 | 1001 | 111000 | 10011110 | 1110 | 100110 |
Color Harmonies of #546F65
Complementary color
Monochromatic Colors of #546F65
Black with #546F65
Text Example
Text Example
White with #546F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F65; }
p { color: rgb(84,111,101); }
H1.HeaderClassName
{
color: #546F65;
}
.AnyTagClassName
{
color: #546F65;
}
</style>
background-color css
<style>
a { background-color: #546F65; }
a { background-color: rgb(84,111,101); }
div.DivClassName
{
background-color: #546F65;
}
.BgClassName
{
background-color: #546F65;
}
</style>
border-color css
<style>
span { border-color: #546F65; }
span { border-color: rgb(84,111,101); }
td.TdClassName
{
border-color: #546F65;
}
.TagClassName
{
border-color: #546F65;
}
</style>