Shades of Patina #70867C
Tints of Patina #70867C
RGB
CMYK
RGB Variations
Color information
#70867C (or 0x70867C) is known color: Patina. HEX triplet: 70, 86 and 7C. RGB value is (112,134,124). Sum of RGB (Red+Green+Blue) = 112+134+124=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #70867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70867C is #8F7983. Grayscale: #7E7E7E. Windows color (decimal): -9402756 or 8160880. OLE color: 8160880.
HSL color Cylindrical-coordinate representation of color #70867C: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70867C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 124 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.47 |
| HSL | 152.73º | 0.09% | 0.48% | - |
| HSV(B) | 152.73º | 0.16% | 0.53% | - |
| XYZ | 18.85 | 21.95 | 22.31 | - |
| YUV | 126.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 124 | 0.16 | 0 | 0.07 | 0.47 | 152.73 | 0.09 | 0.48 |
| Hex | 70 | 86 | 7C | 10 | 0 | 7 | 2F | 99 | 9 | 30 |
| Octal | 160 | 206 | 174 | 20 | 0 | 7 | 57 | 231 | 11 | 60 |
| Binary | 1110000 | 10000110 | 1111100 | 10000 | 0 | 111 | 101111 | 10011001 | 1001 | 110000 |
Color Harmonies of #70867C
Complementary color
Monochromatic Colors of #70867C
Black with #70867C
Text Example
Text Example
White with #70867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70867C; }
p { color: rgb(112,134,124); }
H1.HeaderClassName
{
color: #70867C;
}
.AnyTagClassName
{
color: #70867C;
}
</style>
background-color css
<style>
a { background-color: #70867C; }
a { background-color: rgb(112,134,124); }
div.DivClassName
{
background-color: #70867C;
}
.BgClassName
{
background-color: #70867C;
}
</style>
border-color css
<style>
span { border-color: #70867C; }
span { border-color: rgb(112,134,124); }
td.TdClassName
{
border-color: #70867C;
}
.TagClassName
{
border-color: #70867C;
}
</style>