Shades of Patina #51917A
Tints of Patina #51917A
RGB
CMYK
RGB Variations
Color information
#51917A (or 0x51917A) is known color: Patina. HEX triplet: 51, 91 and 7A. RGB value is (81,145,122). Sum of RGB (Red+Green+Blue) = 81+145+122=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #51917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51917A is #AE6E85. Grayscale: #7B7B7B. Windows color (decimal): -11431558 or 8032593. OLE color: 8032593.
HSL color Cylindrical-coordinate representation of color #51917A: hue angle of 158.44º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51917A is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 122 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.43 |
| HSL | 158.44º | 0.28% | 0.44% | - |
| HSV(B) | 158.44º | 0.44% | 0.57% | - |
| XYZ | 17.03 | 23.41 | 22.03 | - |
| YUV | 123.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 122 | 0.44 | 0 | 0.16 | 0.43 | 158.44 | 0.28 | 0.44 |
| Hex | 51 | 91 | 7A | 2C | 0 | 10 | 2B | 9E | 1C | 2C |
| Octal | 121 | 221 | 172 | 54 | 0 | 20 | 53 | 236 | 34 | 54 |
| Binary | 1010001 | 10010001 | 1111010 | 101100 | 0 | 10000 | 101011 | 10011110 | 11100 | 101100 |
Color Harmonies of #51917A
Complementary color
Monochromatic Colors of #51917A
Black with #51917A
Text Example
Text Example
White with #51917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51917A; }
p { color: rgb(81,145,122); }
H1.HeaderClassName
{
color: #51917A;
}
.AnyTagClassName
{
color: #51917A;
}
</style>
background-color css
<style>
a { background-color: #51917A; }
a { background-color: rgb(81,145,122); }
div.DivClassName
{
background-color: #51917A;
}
.BgClassName
{
background-color: #51917A;
}
</style>
border-color css
<style>
span { border-color: #51917A; }
span { border-color: rgb(81,145,122); }
td.TdClassName
{
border-color: #51917A;
}
.TagClassName
{
border-color: #51917A;
}
</style>