Shades of Patina #51977A
Tints of Patina #51977A
RGB
CMYK
RGB Variations
Color information
#51977A (or 0x51977A) is known color: Patina. HEX triplet: 51, 97 and 7A. RGB value is (81,151,122). Sum of RGB (Red+Green+Blue) = 81+151+122=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #51977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51977A is #AE6885. Grayscale: #7E7E7E. Windows color (decimal): -11430022 or 8034129. OLE color: 8034129.
HSL color Cylindrical-coordinate representation of color #51977A: hue angle of 155.14º 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 #51977A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 151 | 122 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.41 |
| HSL | 155.14º | 0.3% | 0.45% | - |
| HSV(B) | 155.14º | 0.46% | 0.59% | - |
| XYZ | 17.97 | 25.29 | 22.35 | - |
| YUV | 126.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 122 | 0.46 | 0 | 0.19 | 0.41 | 155.14 | 0.3 | 0.45 |
| Hex | 51 | 97 | 7A | 2E | 0 | 13 | 29 | 9B | 1E | 2D |
| Octal | 121 | 227 | 172 | 56 | 0 | 23 | 51 | 233 | 36 | 55 |
| Binary | 1010001 | 10010111 | 1111010 | 101110 | 0 | 10011 | 101001 | 10011011 | 11110 | 101101 |
Color Harmonies of #51977A
Complementary color
Monochromatic Colors of #51977A
Black with #51977A
Text Example
Text Example
White with #51977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51977A; }
p { color: rgb(81,151,122); }
H1.HeaderClassName
{
color: #51977A;
}
.AnyTagClassName
{
color: #51977A;
}
</style>
background-color css
<style>
a { background-color: #51977A; }
a { background-color: rgb(81,151,122); }
div.DivClassName
{
background-color: #51977A;
}
.BgClassName
{
background-color: #51977A;
}
</style>
border-color css
<style>
span { border-color: #51977A; }
span { border-color: rgb(81,151,122); }
td.TdClassName
{
border-color: #51977A;
}
.TagClassName
{
border-color: #51977A;
}
</style>