Shades of Patina #708E84
Tints of Patina #708E84
RGB
CMYK
RGB Variations
Color information
#708E84 (or 0x708E84) is known color: Patina. HEX triplet: 70, 8E and 84. RGB value is (112,142,132). Sum of RGB (Red+Green+Blue) = 112+142+132=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #708E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E84 is #8F717B. Grayscale: #838383. Windows color (decimal): -9400700 or 8687216. OLE color: 8687216.
HSL color Cylindrical-coordinate representation of color #708E84: hue angle of 160º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E84 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 132 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.44 |
| HSL | 160º | 0.12% | 0.5% | - |
| HSV(B) | 160º | 0.21% | 0.56% | - |
| XYZ | 20.52 | 24.46 | 25.47 | - |
| YUV | 131.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 132 | 0.21 | 0 | 0.07 | 0.44 | 160 | 0.12 | 0.5 |
| Hex | 70 | 8E | 84 | 15 | 0 | 7 | 2C | A0 | C | 32 |
| Octal | 160 | 216 | 204 | 25 | 0 | 7 | 54 | 240 | 14 | 62 |
| Binary | 1110000 | 10001110 | 10000100 | 10101 | 0 | 111 | 101100 | 10100000 | 1100 | 110010 |
Color Harmonies of #708E84
Complementary color
Monochromatic Colors of #708E84
Black with #708E84
Text Example
Text Example
White with #708E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E84; }
p { color: rgb(112,142,132); }
H1.HeaderClassName
{
color: #708E84;
}
.AnyTagClassName
{
color: #708E84;
}
</style>
background-color css
<style>
a { background-color: #708E84; }
a { background-color: rgb(112,142,132); }
div.DivClassName
{
background-color: #708E84;
}
.BgClassName
{
background-color: #708E84;
}
</style>
border-color css
<style>
span { border-color: #708E84; }
span { border-color: rgb(112,142,132); }
td.TdClassName
{
border-color: #708E84;
}
.TagClassName
{
border-color: #708E84;
}
</style>