Shades of Dark Green Copper #45756A
Tints of Dark Green Copper #45756A
RGB
CMYK
RGB Variations
Color information
#45756A (or 0x45756A) is known color: Dark Green Copper. HEX triplet: 45, 75 and 6A. RGB value is (69,117,106). Sum of RGB (Red+Green+Blue) = 69+117+106=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #45756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756A is #BA8A95. Grayscale: #656565. Windows color (decimal): -12225174 or 6976837. OLE color: 6976837.
HSL color Cylindrical-coordinate representation of color #45756A: hue angle of 166.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45756A is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 106 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.54 |
| HSL | 166.25º | 0.26% | 0.36% | - |
| HSV(B) | 166.25º | 0.41% | 0.46% | - |
| XYZ | 11.42 | 15.03 | 15.93 | - |
| YUV | 101.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 106 | 0.41 | 0 | 0.09 | 0.54 | 166.25 | 0.26 | 0.36 |
| Hex | 45 | 75 | 6A | 29 | 0 | 9 | 36 | A6 | 1A | 24 |
| Octal | 105 | 165 | 152 | 51 | 0 | 11 | 66 | 246 | 32 | 44 |
| Binary | 1000101 | 1110101 | 1101010 | 101001 | 0 | 1001 | 110110 | 10100110 | 11010 | 100100 |
Color Harmonies of #45756A
Complementary color
Monochromatic Colors of #45756A
Black with #45756A
Text Example
Text Example
White with #45756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45756A; }
p { color: rgb(69,117,106); }
H1.HeaderClassName
{
color: #45756A;
}
.AnyTagClassName
{
color: #45756A;
}
</style>
background-color css
<style>
a { background-color: #45756A; }
a { background-color: rgb(69,117,106); }
div.DivClassName
{
background-color: #45756A;
}
.BgClassName
{
background-color: #45756A;
}
</style>
border-color css
<style>
span { border-color: #45756A; }
span { border-color: rgb(69,117,106); }
td.TdClassName
{
border-color: #45756A;
}
.TagClassName
{
border-color: #45756A;
}
</style>