Shades of Patina #5D967B
Tints of Patina #5D967B
RGB
CMYK
RGB Variations
Color information
#5D967B (or 0x5D967B) is known color: Patina. HEX triplet: 5D, 96 and 7B. RGB value is (93,150,123). Sum of RGB (Red+Green+Blue) = 93+150+123=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #5D967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D967B is #A26984. Grayscale: #818181. Windows color (decimal): -10643845 or 8099421. OLE color: 8099421.
HSL color Cylindrical-coordinate representation of color #5D967B: hue angle of 151.58º 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 #5D967B is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 123 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.41 |
| HSL | 151.58º | 0.23% | 0.48% | - |
| HSV(B) | 151.58º | 0.38% | 0.59% | - |
| XYZ | 19 | 25.57 | 22.67 | - |
| YUV | 129.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 123 | 0.38 | 0 | 0.18 | 0.41 | 151.58 | 0.23 | 0.48 |
| Hex | 5D | 96 | 7B | 26 | 0 | 12 | 29 | 98 | 17 | 30 |
| Octal | 135 | 226 | 173 | 46 | 0 | 22 | 51 | 230 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1111011 | 100110 | 0 | 10010 | 101001 | 10011000 | 10111 | 110000 |
Color Harmonies of #5D967B
Complementary color
Monochromatic Colors of #5D967B
Black with #5D967B
Text Example
Text Example
White with #5D967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D967B; }
p { color: rgb(93,150,123); }
H1.HeaderClassName
{
color: #5D967B;
}
.AnyTagClassName
{
color: #5D967B;
}
</style>
background-color css
<style>
a { background-color: #5D967B; }
a { background-color: rgb(93,150,123); }
div.DivClassName
{
background-color: #5D967B;
}
.BgClassName
{
background-color: #5D967B;
}
</style>
border-color css
<style>
span { border-color: #5D967B; }
span { border-color: rgb(93,150,123); }
td.TdClassName
{
border-color: #5D967B;
}
.TagClassName
{
border-color: #5D967B;
}
</style>