Shades of Patina #51977C
Tints of Patina #51977C
RGB
CMYK
RGB Variations
Color information
#51977C (or 0x51977C) is known color: Patina. HEX triplet: 51, 97 and 7C. RGB value is (81,151,124). Sum of RGB (Red+Green+Blue) = 81+151+124=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #51977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51977C is #AE6883. Grayscale: #7F7F7F. Windows color (decimal): -11430020 or 8165201. OLE color: 8165201.
HSL color Cylindrical-coordinate representation of color #51977C: hue angle of 156.86º 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 #51977C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 151 | 124 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.41 |
| HSL | 156.86º | 0.3% | 0.45% | - |
| HSV(B) | 156.86º | 0.46% | 0.59% | - |
| XYZ | 18.1 | 25.34 | 23.01 | - |
| YUV | 126.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 124 | 0.46 | 0 | 0.18 | 0.41 | 156.86 | 0.3 | 0.45 |
| Hex | 51 | 97 | 7C | 2E | 0 | 12 | 29 | 9D | 1E | 2D |
| Octal | 121 | 227 | 174 | 56 | 0 | 22 | 51 | 235 | 36 | 55 |
| Binary | 1010001 | 10010111 | 1111100 | 101110 | 0 | 10010 | 101001 | 10011101 | 11110 | 101101 |
Color Harmonies of #51977C
Complementary color
Monochromatic Colors of #51977C
Black with #51977C
Text Example
Text Example
White with #51977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51977C; }
p { color: rgb(81,151,124); }
H1.HeaderClassName
{
color: #51977C;
}
.AnyTagClassName
{
color: #51977C;
}
</style>
background-color css
<style>
a { background-color: #51977C; }
a { background-color: rgb(81,151,124); }
div.DivClassName
{
background-color: #51977C;
}
.BgClassName
{
background-color: #51977C;
}
</style>
border-color css
<style>
span { border-color: #51977C; }
span { border-color: rgb(81,151,124); }
td.TdClassName
{
border-color: #51977C;
}
.TagClassName
{
border-color: #51977C;
}
</style>