Shades of Dark Green Copper #486F68
Tints of Dark Green Copper #486F68
RGB
CMYK
RGB Variations
Color information
#486F68 (or 0x486F68) is known color: Dark Green Copper. HEX triplet: 48, 6F and 68. RGB value is (72,111,104). Sum of RGB (Red+Green+Blue) = 72+111+104=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #486F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F68 is #B79097. Grayscale: #626262. Windows color (decimal): -12030104 or 6844232. OLE color: 6844232.
HSL color Cylindrical-coordinate representation of color #486F68: hue angle of 169.23º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F68 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 104 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.56 |
| HSL | 169.23º | 0.21% | 0.36% | - |
| HSV(B) | 169.23º | 0.35% | 0.44% | - |
| XYZ | 10.86 | 13.75 | 15.18 | - |
| YUV | 98.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 104 | 0.35 | 0 | 0.06 | 0.56 | 169.23 | 0.21 | 0.36 |
| Hex | 48 | 6F | 68 | 23 | 0 | 6 | 38 | A9 | 15 | 24 |
| Octal | 110 | 157 | 150 | 43 | 0 | 6 | 70 | 251 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1101000 | 100011 | 0 | 110 | 111000 | 10101001 | 10101 | 100100 |
Color Harmonies of #486F68
Complementary color
Monochromatic Colors of #486F68
Black with #486F68
Text Example
Text Example
White with #486F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F68; }
p { color: rgb(72,111,104); }
H1.HeaderClassName
{
color: #486F68;
}
.AnyTagClassName
{
color: #486F68;
}
</style>
background-color css
<style>
a { background-color: #486F68; }
a { background-color: rgb(72,111,104); }
div.DivClassName
{
background-color: #486F68;
}
.BgClassName
{
background-color: #486F68;
}
</style>
border-color css
<style>
span { border-color: #486F68; }
span { border-color: rgb(72,111,104); }
td.TdClassName
{
border-color: #486F68;
}
.TagClassName
{
border-color: #486F68;
}
</style>