Shades of Patina #50967B
Tints of Patina #50967B
RGB
CMYK
RGB Variations
Color information
#50967B (or 0x50967B) is known color: Patina. HEX triplet: 50, 96 and 7B. RGB value is (80,150,123). Sum of RGB (Red+Green+Blue) = 80+150+123=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #50967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50967B is #AF6984. Grayscale: #7E7E7E. Windows color (decimal): -11495813 or 8099408. OLE color: 8099408.
HSL color Cylindrical-coordinate representation of color #50967B: 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.47%. Process color model (Four color, CMYK) of #50967B is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 123 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.41 |
| HSL | 156.86º | 0.3% | 0.45% | - |
| HSV(B) | 156.86º | 0.47% | 0.59% | - |
| XYZ | 17.79 | 24.95 | 22.62 | - |
| YUV | 125.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 123 | 0.47 | 0 | 0.18 | 0.41 | 156.86 | 0.3 | 0.45 |
| Hex | 50 | 96 | 7B | 2F | 0 | 12 | 29 | 9D | 1E | 2D |
| Octal | 120 | 226 | 173 | 57 | 0 | 22 | 51 | 235 | 36 | 55 |
| Binary | 1010000 | 10010110 | 1111011 | 101111 | 0 | 10010 | 101001 | 10011101 | 11110 | 101101 |
Color Harmonies of #50967B
Complementary color
Monochromatic Colors of #50967B
Black with #50967B
Text Example
Text Example
White with #50967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50967B; }
p { color: rgb(80,150,123); }
H1.HeaderClassName
{
color: #50967B;
}
.AnyTagClassName
{
color: #50967B;
}
</style>
background-color css
<style>
a { background-color: #50967B; }
a { background-color: rgb(80,150,123); }
div.DivClassName
{
background-color: #50967B;
}
.BgClassName
{
background-color: #50967B;
}
</style>
border-color css
<style>
span { border-color: #50967B; }
span { border-color: rgb(80,150,123); }
td.TdClassName
{
border-color: #50967B;
}
.TagClassName
{
border-color: #50967B;
}
</style>