Shades of Dark Green Copper #457B70
Tints of Dark Green Copper #457B70
RGB
CMYK
RGB Variations
Color information
#457B70 (or 0x457B70) is known color: Dark Green Copper. HEX triplet: 45, 7B and 70. RGB value is (69,123,112). Sum of RGB (Red+Green+Blue) = 69+123+112=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #457B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B70 is #BA848F. Grayscale: #696969. Windows color (decimal): -12223632 or 7371589. OLE color: 7371589.
HSL color Cylindrical-coordinate representation of color #457B70: hue angle of 167.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B70 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 112 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.52 |
| HSL | 167.78º | 0.28% | 0.38% | - |
| HSV(B) | 167.78º | 0.44% | 0.48% | - |
| XYZ | 12.46 | 16.6 | 17.88 | - |
| YUV | 105.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 112 | 0.44 | 0 | 0.09 | 0.52 | 167.78 | 0.28 | 0.38 |
| Hex | 45 | 7B | 70 | 2C | 0 | 9 | 34 | A8 | 1C | 26 |
| Octal | 105 | 173 | 160 | 54 | 0 | 11 | 64 | 250 | 34 | 46 |
| Binary | 1000101 | 1111011 | 1110000 | 101100 | 0 | 1001 | 110100 | 10101000 | 11100 | 100110 |
Color Harmonies of #457B70
Complementary color
Monochromatic Colors of #457B70
Black with #457B70
Text Example
Text Example
White with #457B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B70; }
p { color: rgb(69,123,112); }
H1.HeaderClassName
{
color: #457B70;
}
.AnyTagClassName
{
color: #457B70;
}
</style>
background-color css
<style>
a { background-color: #457B70; }
a { background-color: rgb(69,123,112); }
div.DivClassName
{
background-color: #457B70;
}
.BgClassName
{
background-color: #457B70;
}
</style>
border-color css
<style>
span { border-color: #457B70; }
span { border-color: rgb(69,123,112); }
td.TdClassName
{
border-color: #457B70;
}
.TagClassName
{
border-color: #457B70;
}
</style>