Shades of Patina #709084
Tints of Patina #709084
RGB
CMYK
RGB Variations
Color information
#709084 (or 0x709084) is known color: Patina. HEX triplet: 70, 90 and 84. RGB value is (112,144,132). Sum of RGB (Red+Green+Blue) = 112+144+132=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #709084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709084 is #8F6F7B. Grayscale: #858585. Windows color (decimal): -9400188 or 8687728. OLE color: 8687728.
HSL color Cylindrical-coordinate representation of color #709084: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #709084 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 132 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.44 |
| HSL | 157.5º | 0.13% | 0.5% | - |
| HSV(B) | 157.5º | 0.22% | 0.56% | - |
| XYZ | 20.82 | 25.06 | 25.57 | - |
| YUV | 133.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 132 | 0.22 | 0 | 0.08 | 0.44 | 157.5 | 0.13 | 0.5 |
| Hex | 70 | 90 | 84 | 16 | 0 | 8 | 2C | 9E | D | 32 |
| Octal | 160 | 220 | 204 | 26 | 0 | 10 | 54 | 236 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10000100 | 10110 | 0 | 1000 | 101100 | 10011110 | 1101 | 110010 |
Color Harmonies of #709084
Complementary color
Monochromatic Colors of #709084
Black with #709084
Text Example
Text Example
White with #709084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709084; }
p { color: rgb(112,144,132); }
H1.HeaderClassName
{
color: #709084;
}
.AnyTagClassName
{
color: #709084;
}
</style>
background-color css
<style>
a { background-color: #709084; }
a { background-color: rgb(112,144,132); }
div.DivClassName
{
background-color: #709084;
}
.BgClassName
{
background-color: #709084;
}
</style>
border-color css
<style>
span { border-color: #709084; }
span { border-color: rgb(112,144,132); }
td.TdClassName
{
border-color: #709084;
}
.TagClassName
{
border-color: #709084;
}
</style>