Shades of Patina #718C81
Tints of Patina #718C81
RGB
CMYK
RGB Variations
Color information
#718C81 (or 0x718C81) is known color: Patina. HEX triplet: 71, 8C and 81. RGB value is (113,140,129). Sum of RGB (Red+Green+Blue) = 113+140+129=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #718C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C81 is #8E737E. Grayscale: #828282. Windows color (decimal): -9335679 or 8490097. OLE color: 8490097.
HSL color Cylindrical-coordinate representation of color #718C81: hue angle of 155.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718C81 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 129 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.45 |
| HSL | 155.56º | 0.11% | 0.5% | - |
| HSV(B) | 155.56º | 0.19% | 0.55% | - |
| XYZ | 20.15 | 23.85 | 24.31 | - |
| YUV | 130.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 129 | 0.19 | 0 | 0.08 | 0.45 | 155.56 | 0.11 | 0.5 |
| Hex | 71 | 8C | 81 | 13 | 0 | 8 | 2D | 9C | B | 32 |
| Octal | 161 | 214 | 201 | 23 | 0 | 10 | 55 | 234 | 13 | 62 |
| Binary | 1110001 | 10001100 | 10000001 | 10011 | 0 | 1000 | 101101 | 10011100 | 1011 | 110010 |
Color Harmonies of #718C81
Complementary color
Monochromatic Colors of #718C81
Black with #718C81
Text Example
Text Example
White with #718C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C81; }
p { color: rgb(113,140,129); }
H1.HeaderClassName
{
color: #718C81;
}
.AnyTagClassName
{
color: #718C81;
}
</style>
background-color css
<style>
a { background-color: #718C81; }
a { background-color: rgb(113,140,129); }
div.DivClassName
{
background-color: #718C81;
}
.BgClassName
{
background-color: #718C81;
}
</style>
border-color css
<style>
span { border-color: #718C81; }
span { border-color: rgb(113,140,129); }
td.TdClassName
{
border-color: #718C81;
}
.TagClassName
{
border-color: #718C81;
}
</style>