Shades of Dark Green Copper #456F68
Tints of Dark Green Copper #456F68
RGB
CMYK
RGB Variations
Color information
#456F68 (or 0x456F68) is known color: Dark Green Copper. HEX triplet: 45, 6F and 68. RGB value is (69,111,104). Sum of RGB (Red+Green+Blue) = 69+111+104=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #456F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F68 is #BA9097. Grayscale: #616161. Windows color (decimal): -12226712 or 6844229. OLE color: 6844229.
HSL color Cylindrical-coordinate representation of color #456F68: hue angle of 170º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456F68 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 104 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.56 |
| HSL | 170º | 0.23% | 0.35% | - |
| HSV(B) | 170º | 0.38% | 0.44% | - |
| XYZ | 10.64 | 13.63 | 15.17 | - |
| YUV | 97.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 104 | 0.38 | 0 | 0.06 | 0.56 | 170 | 0.23 | 0.35 |
| Hex | 45 | 6F | 68 | 26 | 0 | 6 | 38 | AA | 17 | 23 |
| Octal | 105 | 157 | 150 | 46 | 0 | 6 | 70 | 252 | 27 | 43 |
| Binary | 1000101 | 1101111 | 1101000 | 100110 | 0 | 110 | 111000 | 10101010 | 10111 | 100011 |
Color Harmonies of #456F68
Complementary color
Monochromatic Colors of #456F68
Black with #456F68
Text Example
Text Example
White with #456F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F68; }
p { color: rgb(69,111,104); }
H1.HeaderClassName
{
color: #456F68;
}
.AnyTagClassName
{
color: #456F68;
}
</style>
background-color css
<style>
a { background-color: #456F68; }
a { background-color: rgb(69,111,104); }
div.DivClassName
{
background-color: #456F68;
}
.BgClassName
{
background-color: #456F68;
}
</style>
border-color css
<style>
span { border-color: #456F68; }
span { border-color: rgb(69,111,104); }
td.TdClassName
{
border-color: #456F68;
}
.TagClassName
{
border-color: #456F68;
}
</style>