Shades of Dark Green Copper #45756C
Tints of Dark Green Copper #45756C
RGB
CMYK
RGB Variations
Color information
#45756C (or 0x45756C) is known color: Dark Green Copper. HEX triplet: 45, 75 and 6C. RGB value is (69,117,108). Sum of RGB (Red+Green+Blue) = 69+117+108=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #45756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45756C is #BA8A93. Grayscale: #656565. Windows color (decimal): -12225172 or 7107909. OLE color: 7107909.
HSL color Cylindrical-coordinate representation of color #45756C: hue angle of 168.75º 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 #45756C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 108 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.54 |
| HSL | 168.75º | 0.26% | 0.36% | - |
| HSV(B) | 168.75º | 0.41% | 0.46% | - |
| XYZ | 11.52 | 15.07 | 16.49 | - |
| YUV | 101.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 108 | 0.41 | 0 | 0.08 | 0.54 | 168.75 | 0.26 | 0.36 |
| Hex | 45 | 75 | 6C | 29 | 0 | 8 | 36 | A9 | 1A | 24 |
| Octal | 105 | 165 | 154 | 51 | 0 | 10 | 66 | 251 | 32 | 44 |
| Binary | 1000101 | 1110101 | 1101100 | 101001 | 0 | 1000 | 110110 | 10101001 | 11010 | 100100 |
Color Harmonies of #45756C
Complementary color
Monochromatic Colors of #45756C
Black with #45756C
Text Example
Text Example
White with #45756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45756C; }
p { color: rgb(69,117,108); }
H1.HeaderClassName
{
color: #45756C;
}
.AnyTagClassName
{
color: #45756C;
}
</style>
background-color css
<style>
a { background-color: #45756C; }
a { background-color: rgb(69,117,108); }
div.DivClassName
{
background-color: #45756C;
}
.BgClassName
{
background-color: #45756C;
}
</style>
border-color css
<style>
span { border-color: #45756C; }
span { border-color: rgb(69,117,108); }
td.TdClassName
{
border-color: #45756C;
}
.TagClassName
{
border-color: #45756C;
}
</style>