Shades of Patina #70897F
Tints of Patina #70897F
RGB
CMYK
RGB Variations
Color information
#70897F (or 0x70897F) is known color: Patina. HEX triplet: 70, 89 and 7F. RGB value is (112,137,127). Sum of RGB (Red+Green+Blue) = 112+137+127=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #70897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70897F is #8F7680. Grayscale: #808080. Windows color (decimal): -9401985 or 8358256. OLE color: 8358256.
HSL color Cylindrical-coordinate representation of color #70897F: hue angle of 156º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70897F is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 127 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.46 |
| HSL | 156º | 0.1% | 0.49% | - |
| HSV(B) | 156º | 0.18% | 0.54% | - |
| XYZ | 19.46 | 22.87 | 23.47 | - |
| YUV | 128.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 127 | 0.18 | 0 | 0.07 | 0.46 | 156 | 0.1 | 0.49 |
| Hex | 70 | 89 | 7F | 12 | 0 | 7 | 2E | 9C | A | 31 |
| Octal | 160 | 211 | 177 | 22 | 0 | 7 | 56 | 234 | 12 | 61 |
| Binary | 1110000 | 10001001 | 1111111 | 10010 | 0 | 111 | 101110 | 10011100 | 1010 | 110001 |
Color Harmonies of #70897F
Complementary color
Monochromatic Colors of #70897F
Black with #70897F
Text Example
Text Example
White with #70897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70897F; }
p { color: rgb(112,137,127); }
H1.HeaderClassName
{
color: #70897F;
}
.AnyTagClassName
{
color: #70897F;
}
</style>
background-color css
<style>
a { background-color: #70897F; }
a { background-color: rgb(112,137,127); }
div.DivClassName
{
background-color: #70897F;
}
.BgClassName
{
background-color: #70897F;
}
</style>
border-color css
<style>
span { border-color: #70897F; }
span { border-color: rgb(112,137,127); }
td.TdClassName
{
border-color: #70897F;
}
.TagClassName
{
border-color: #70897F;
}
</style>