Shades of Dark Green Copper #45706A
Tints of Dark Green Copper #45706A
RGB
CMYK
RGB Variations
Color information
#45706A (or 0x45706A) is known color: Dark Green Copper. HEX triplet: 45, 70 and 6A. RGB value is (69,112,106). Sum of RGB (Red+Green+Blue) = 69+112+106=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #45706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45706A is #BA8F95. Grayscale: #626262. Windows color (decimal): -12226454 or 6975557. OLE color: 6975557.
HSL color Cylindrical-coordinate representation of color #45706A: hue angle of 171.63º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45706A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 106 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.56 |
| HSL | 171.63º | 0.24% | 0.35% | - |
| HSV(B) | 171.63º | 0.38% | 0.44% | - |
| XYZ | 10.85 | 13.89 | 15.75 | - |
| YUV | 98.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 106 | 0.38 | 0 | 0.05 | 0.56 | 171.63 | 0.24 | 0.35 |
| Hex | 45 | 70 | 6A | 26 | 0 | 5 | 38 | AC | 18 | 23 |
| Octal | 105 | 160 | 152 | 46 | 0 | 5 | 70 | 254 | 30 | 43 |
| Binary | 1000101 | 1110000 | 1101010 | 100110 | 0 | 101 | 111000 | 10101100 | 11000 | 100011 |
Color Harmonies of #45706A
Complementary color
Monochromatic Colors of #45706A
Black with #45706A
Text Example
Text Example
White with #45706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45706A; }
p { color: rgb(69,112,106); }
H1.HeaderClassName
{
color: #45706A;
}
.AnyTagClassName
{
color: #45706A;
}
</style>
background-color css
<style>
a { background-color: #45706A; }
a { background-color: rgb(69,112,106); }
div.DivClassName
{
background-color: #45706A;
}
.BgClassName
{
background-color: #45706A;
}
</style>
border-color css
<style>
span { border-color: #45706A; }
span { border-color: rgb(69,112,106); }
td.TdClassName
{
border-color: #45706A;
}
.TagClassName
{
border-color: #45706A;
}
</style>