Shades of Patina #51967A
Tints of Patina #51967A
RGB
CMYK
RGB Variations
Color information
#51967A (or 0x51967A) is known color: Patina. HEX triplet: 51, 96 and 7A. RGB value is (81,150,122). Sum of RGB (Red+Green+Blue) = 81+150+122=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #51967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51967A is #AE6985. Grayscale: #7E7E7E. Windows color (decimal): -11430278 or 8033873. OLE color: 8033873.
HSL color Cylindrical-coordinate representation of color #51967A: hue angle of 155.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51967A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 122 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.41 |
| HSL | 155.65º | 0.3% | 0.45% | - |
| HSV(B) | 155.65º | 0.46% | 0.59% | - |
| XYZ | 17.81 | 24.97 | 22.29 | - |
| YUV | 126.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 122 | 0.46 | 0 | 0.19 | 0.41 | 155.65 | 0.3 | 0.45 |
| Hex | 51 | 96 | 7A | 2E | 0 | 13 | 29 | 9C | 1E | 2D |
| Octal | 121 | 226 | 172 | 56 | 0 | 23 | 51 | 234 | 36 | 55 |
| Binary | 1010001 | 10010110 | 1111010 | 101110 | 0 | 10011 | 101001 | 10011100 | 11110 | 101101 |
Color Harmonies of #51967A
Complementary color
Monochromatic Colors of #51967A
Black with #51967A
Text Example
Text Example
White with #51967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51967A; }
p { color: rgb(81,150,122); }
H1.HeaderClassName
{
color: #51967A;
}
.AnyTagClassName
{
color: #51967A;
}
</style>
background-color css
<style>
a { background-color: #51967A; }
a { background-color: rgb(81,150,122); }
div.DivClassName
{
background-color: #51967A;
}
.BgClassName
{
background-color: #51967A;
}
</style>
border-color css
<style>
span { border-color: #51967A; }
span { border-color: rgb(81,150,122); }
td.TdClassName
{
border-color: #51967A;
}
.TagClassName
{
border-color: #51967A;
}
</style>