Shades of Patina #70857D
Tints of Patina #70857D
RGB
CMYK
RGB Variations
Color information
#70857D (or 0x70857D) is known color: Patina. HEX triplet: 70, 85 and 7D. RGB value is (112,133,125). Sum of RGB (Red+Green+Blue) = 112+133+125=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #70857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857D is #8F7A82. Grayscale: #7D7D7D. Windows color (decimal): -9403011 or 8226160. OLE color: 8226160.
HSL color Cylindrical-coordinate representation of color #70857D: hue angle of 157.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70857D is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 125 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.48 |
| HSL | 157.14º | 0.09% | 0.48% | - |
| HSV(B) | 157.14º | 0.16% | 0.52% | - |
| XYZ | 18.77 | 21.7 | 22.6 | - |
| YUV | 125.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 125 | 0.16 | 0 | 0.06 | 0.48 | 157.14 | 0.09 | 0.48 |
| Hex | 70 | 85 | 7D | 10 | 0 | 6 | 30 | 9D | 9 | 30 |
| Octal | 160 | 205 | 175 | 20 | 0 | 6 | 60 | 235 | 11 | 60 |
| Binary | 1110000 | 10000101 | 1111101 | 10000 | 0 | 110 | 110000 | 10011101 | 1001 | 110000 |
Color Harmonies of #70857D
Complementary color
Monochromatic Colors of #70857D
Black with #70857D
Text Example
Text Example
White with #70857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70857D; }
p { color: rgb(112,133,125); }
H1.HeaderClassName
{
color: #70857D;
}
.AnyTagClassName
{
color: #70857D;
}
</style>
background-color css
<style>
a { background-color: #70857D; }
a { background-color: rgb(112,133,125); }
div.DivClassName
{
background-color: #70857D;
}
.BgClassName
{
background-color: #70857D;
}
</style>
border-color css
<style>
span { border-color: #70857D; }
span { border-color: rgb(112,133,125); }
td.TdClassName
{
border-color: #70857D;
}
.TagClassName
{
border-color: #70857D;
}
</style>