Shades of Patina #718F80
Tints of Patina #718F80
RGB
CMYK
RGB Variations
Color information
#718F80 (or 0x718F80) is known color: Patina. HEX triplet: 71, 8F and 80. RGB value is (113,143,128). Sum of RGB (Red+Green+Blue) = 113+143+128=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #718F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F80 is #8E707F. Grayscale: #848484. Windows color (decimal): -9334912 or 8425329. OLE color: 8425329.
HSL color Cylindrical-coordinate representation of color #718F80: hue angle of 150º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F80 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 128 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.44 |
| HSL | 150º | 0.12% | 0.5% | - |
| HSV(B) | 150º | 0.21% | 0.56% | - |
| XYZ | 20.53 | 24.71 | 24.11 | - |
| YUV | 132.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 128 | 0.21 | 0 | 0.10 | 0.44 | 150 | 0.12 | 0.5 |
| Hex | 71 | 8F | 80 | 15 | 0 | A | 2C | 96 | C | 32 |
| Octal | 161 | 217 | 200 | 25 | 0 | 12 | 54 | 226 | 14 | 62 |
| Binary | 1110001 | 10001111 | 10000000 | 10101 | 0 | 1010 | 101100 | 10010110 | 1100 | 110010 |
Color Harmonies of #718F80
Complementary color
Monochromatic Colors of #718F80
Black with #718F80
Text Example
Text Example
White with #718F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F80; }
p { color: rgb(113,143,128); }
H1.HeaderClassName
{
color: #718F80;
}
.AnyTagClassName
{
color: #718F80;
}
</style>
background-color css
<style>
a { background-color: #718F80; }
a { background-color: rgb(113,143,128); }
div.DivClassName
{
background-color: #718F80;
}
.BgClassName
{
background-color: #718F80;
}
</style>
border-color css
<style>
span { border-color: #718F80; }
span { border-color: rgb(113,143,128); }
td.TdClassName
{
border-color: #718F80;
}
.TagClassName
{
border-color: #718F80;
}
</style>