Shades of Dark Green Copper #456D65
Tints of Dark Green Copper #456D65
RGB
CMYK
RGB Variations
Color information
#456D65 (or 0x456D65) is known color: Dark Green Copper. HEX triplet: 45, 6D and 65. RGB value is (69,109,101). Sum of RGB (Red+Green+Blue) = 69+109+101=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 109 - color contains mainly: green. Hex color #456D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D65 is #BA929A. Grayscale: #606060. Windows color (decimal): -12227227 or 6647109. OLE color: 6647109.
HSL color Cylindrical-coordinate representation of color #456D65: hue angle of 168º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456D65 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 109 | 101 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.57 |
| HSL | 168º | 0.22% | 0.35% | - |
| HSV(B) | 168º | 0.37% | 0.43% | - |
| XYZ | 10.27 | 13.14 | 14.31 | - |
| YUV | 96.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 101 | 0.37 | 0 | 0.07 | 0.57 | 168 | 0.22 | 0.35 |
| Hex | 45 | 6D | 65 | 25 | 0 | 7 | 39 | A8 | 16 | 23 |
| Octal | 105 | 155 | 145 | 45 | 0 | 7 | 71 | 250 | 26 | 43 |
| Binary | 1000101 | 1101101 | 1100101 | 100101 | 0 | 111 | 111001 | 10101000 | 10110 | 100011 |
Color Harmonies of #456D65
Complementary color
Monochromatic Colors of #456D65
Black with #456D65
Text Example
Text Example
White with #456D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D65; }
p { color: rgb(69,109,101); }
H1.HeaderClassName
{
color: #456D65;
}
.AnyTagClassName
{
color: #456D65;
}
</style>
background-color css
<style>
a { background-color: #456D65; }
a { background-color: rgb(69,109,101); }
div.DivClassName
{
background-color: #456D65;
}
.BgClassName
{
background-color: #456D65;
}
</style>
border-color css
<style>
span { border-color: #456D65; }
span { border-color: rgb(69,109,101); }
td.TdClassName
{
border-color: #456D65;
}
.TagClassName
{
border-color: #456D65;
}
</style>