Shades of Dark Green Copper #487069
Tints of Dark Green Copper #487069
RGB
CMYK
RGB Variations
Color information
#487069 (or 0x487069) is known color: Dark Green Copper. HEX triplet: 48, 70 and 69. RGB value is (72,112,105). Sum of RGB (Red+Green+Blue) = 72+112+105=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #487069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487069 is #B78F96. Grayscale: #636363. Windows color (decimal): -12029847 or 6910024. OLE color: 6910024.
HSL color Cylindrical-coordinate representation of color #487069: hue angle of 169.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487069 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 105 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.56 |
| HSL | 169.5º | 0.22% | 0.36% | - |
| HSV(B) | 169.5º | 0.36% | 0.44% | - |
| XYZ | 11.02 | 13.99 | 15.48 | - |
| YUV | 99.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 105 | 0.36 | 0 | 0.06 | 0.56 | 169.5 | 0.22 | 0.36 |
| Hex | 48 | 70 | 69 | 24 | 0 | 6 | 38 | AA | 16 | 24 |
| Octal | 110 | 160 | 151 | 44 | 0 | 6 | 70 | 252 | 26 | 44 |
| Binary | 1001000 | 1110000 | 1101001 | 100100 | 0 | 110 | 111000 | 10101010 | 10110 | 100100 |
Color Harmonies of #487069
Complementary color
Monochromatic Colors of #487069
Black with #487069
Text Example
Text Example
White with #487069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487069; }
p { color: rgb(72,112,105); }
H1.HeaderClassName
{
color: #487069;
}
.AnyTagClassName
{
color: #487069;
}
</style>
background-color css
<style>
a { background-color: #487069; }
a { background-color: rgb(72,112,105); }
div.DivClassName
{
background-color: #487069;
}
.BgClassName
{
background-color: #487069;
}
</style>
border-color css
<style>
span { border-color: #487069; }
span { border-color: rgb(72,112,105); }
td.TdClassName
{
border-color: #487069;
}
.TagClassName
{
border-color: #487069;
}
</style>