Shades of Patina #718E81
Tints of Patina #718E81
RGB
CMYK
RGB Variations
Color information
#718E81 (or 0x718E81) is known color: Patina. HEX triplet: 71, 8E and 81. RGB value is (113,142,129). Sum of RGB (Red+Green+Blue) = 113+142+129=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #718E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E81 is #8E717E. Grayscale: #838383. Windows color (decimal): -9335167 or 8490609. OLE color: 8490609.
HSL color Cylindrical-coordinate representation of color #718E81: hue angle of 153.1º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718E81 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 129 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.44 |
| HSL | 153.1º | 0.11% | 0.5% | - |
| HSV(B) | 153.1º | 0.2% | 0.56% | - |
| XYZ | 20.45 | 24.44 | 24.41 | - |
| YUV | 131.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 129 | 0.20 | 0 | 0.09 | 0.44 | 153.1 | 0.11 | 0.5 |
| Hex | 71 | 8E | 81 | 14 | 0 | 9 | 2C | 99 | B | 32 |
| Octal | 161 | 216 | 201 | 24 | 0 | 11 | 54 | 231 | 13 | 62 |
| Binary | 1110001 | 10001110 | 10000001 | 10100 | 0 | 1001 | 101100 | 10011001 | 1011 | 110010 |
Color Harmonies of #718E81
Complementary color
Monochromatic Colors of #718E81
Black with #718E81
Text Example
Text Example
White with #718E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E81; }
p { color: rgb(113,142,129); }
H1.HeaderClassName
{
color: #718E81;
}
.AnyTagClassName
{
color: #718E81;
}
</style>
background-color css
<style>
a { background-color: #718E81; }
a { background-color: rgb(113,142,129); }
div.DivClassName
{
background-color: #718E81;
}
.BgClassName
{
background-color: #718E81;
}
</style>
border-color css
<style>
span { border-color: #718E81; }
span { border-color: rgb(113,142,129); }
td.TdClassName
{
border-color: #718E81;
}
.TagClassName
{
border-color: #718E81;
}
</style>