Shades of Dark Green Copper #487A70
Tints of Dark Green Copper #487A70
RGB
CMYK
RGB Variations
Color information
#487A70 (or 0x487A70) is known color: Dark Green Copper. HEX triplet: 48, 7A and 70. RGB value is (72,122,112). Sum of RGB (Red+Green+Blue) = 72+122+112=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #487A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A70 is #B7858F. Grayscale: #696969. Windows color (decimal): -12027280 or 7371336. OLE color: 7371336.
HSL color Cylindrical-coordinate representation of color #487A70: hue angle of 168º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A70 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 112 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.52 |
| HSL | 168º | 0.26% | 0.38% | - |
| HSV(B) | 168º | 0.41% | 0.48% | - |
| XYZ | 12.56 | 16.47 | 17.85 | - |
| YUV | 105.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 112 | 0.41 | 0 | 0.08 | 0.52 | 168 | 0.26 | 0.38 |
| Hex | 48 | 7A | 70 | 29 | 0 | 8 | 34 | A8 | 1A | 26 |
| Octal | 110 | 172 | 160 | 51 | 0 | 10 | 64 | 250 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1110000 | 101001 | 0 | 1000 | 110100 | 10101000 | 11010 | 100110 |
Color Harmonies of #487A70
Complementary color
Monochromatic Colors of #487A70
Black with #487A70
Text Example
Text Example
White with #487A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A70; }
p { color: rgb(72,122,112); }
H1.HeaderClassName
{
color: #487A70;
}
.AnyTagClassName
{
color: #487A70;
}
</style>
background-color css
<style>
a { background-color: #487A70; }
a { background-color: rgb(72,122,112); }
div.DivClassName
{
background-color: #487A70;
}
.BgClassName
{
background-color: #487A70;
}
</style>
border-color css
<style>
span { border-color: #487A70; }
span { border-color: rgb(72,122,112); }
td.TdClassName
{
border-color: #487A70;
}
.TagClassName
{
border-color: #487A70;
}
</style>