Shades of Patina #709180
Tints of Patina #709180
RGB
CMYK
RGB Variations
Color information
#709180 (or 0x709180) is known color: Patina. HEX triplet: 70, 91 and 80. RGB value is (112,145,128). Sum of RGB (Red+Green+Blue) = 112+145+128=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #709180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709180 is #8F6E7F. Grayscale: #858585. Windows color (decimal): -9399936 or 8425840. OLE color: 8425840.
HSL color Cylindrical-coordinate representation of color #709180: hue angle of 149.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709180 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 128 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.43 |
| HSL | 149.09º | 0.13% | 0.5% | - |
| HSV(B) | 149.09º | 0.23% | 0.57% | - |
| XYZ | 20.7 | 25.25 | 24.21 | - |
| YUV | 133.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 128 | 0.23 | 0 | 0.12 | 0.43 | 149.09 | 0.13 | 0.5 |
| Hex | 70 | 91 | 80 | 17 | 0 | C | 2B | 95 | D | 32 |
| Octal | 160 | 221 | 200 | 27 | 0 | 14 | 53 | 225 | 15 | 62 |
| Binary | 1110000 | 10010001 | 10000000 | 10111 | 0 | 1100 | 101011 | 10010101 | 1101 | 110010 |
Color Harmonies of #709180
Complementary color
Monochromatic Colors of #709180
Black with #709180
Text Example
Text Example
White with #709180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709180; }
p { color: rgb(112,145,128); }
H1.HeaderClassName
{
color: #709180;
}
.AnyTagClassName
{
color: #709180;
}
</style>
background-color css
<style>
a { background-color: #709180; }
a { background-color: rgb(112,145,128); }
div.DivClassName
{
background-color: #709180;
}
.BgClassName
{
background-color: #709180;
}
</style>
border-color css
<style>
span { border-color: #709180; }
span { border-color: rgb(112,145,128); }
td.TdClassName
{
border-color: #709180;
}
.TagClassName
{
border-color: #709180;
}
</style>