Shades of Patina #5D967C
Tints of Patina #5D967C
RGB
CMYK
RGB Variations
Color information
#5D967C (or 0x5D967C) is known color: Patina. HEX triplet: 5D, 96 and 7C. RGB value is (93,150,124). Sum of RGB (Red+Green+Blue) = 93+150+124=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #5D967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D967C is #A26983. Grayscale: #828282. Windows color (decimal): -10643844 or 8164957. OLE color: 8164957.
HSL color Cylindrical-coordinate representation of color #5D967C: hue angle of 152.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D967C is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 124 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.41 |
| HSL | 152.63º | 0.23% | 0.48% | - |
| HSV(B) | 152.63º | 0.38% | 0.59% | - |
| XYZ | 19.06 | 25.6 | 23 | - |
| YUV | 129.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 124 | 0.38 | 0 | 0.17 | 0.41 | 152.63 | 0.23 | 0.48 |
| Hex | 5D | 96 | 7C | 26 | 0 | 11 | 29 | 99 | 17 | 30 |
| Octal | 135 | 226 | 174 | 46 | 0 | 21 | 51 | 231 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1111100 | 100110 | 0 | 10001 | 101001 | 10011001 | 10111 | 110000 |
Color Harmonies of #5D967C
Complementary color
Monochromatic Colors of #5D967C
Black with #5D967C
Text Example
Text Example
White with #5D967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D967C; }
p { color: rgb(93,150,124); }
H1.HeaderClassName
{
color: #5D967C;
}
.AnyTagClassName
{
color: #5D967C;
}
</style>
background-color css
<style>
a { background-color: #5D967C; }
a { background-color: rgb(93,150,124); }
div.DivClassName
{
background-color: #5D967C;
}
.BgClassName
{
background-color: #5D967C;
}
</style>
border-color css
<style>
span { border-color: #5D967C; }
span { border-color: rgb(93,150,124); }
td.TdClassName
{
border-color: #5D967C;
}
.TagClassName
{
border-color: #5D967C;
}
</style>