Shades of Patina #5E967A
Tints of Patina #5E967A
RGB
CMYK
RGB Variations
Color information
#5E967A (or 0x5E967A) is known color: Patina. HEX triplet: 5E, 96 and 7A. RGB value is (94,150,122). Sum of RGB (Red+Green+Blue) = 94+150+122=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #5E967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E967A is #A16985. Grayscale: #828282. Windows color (decimal): -10578310 or 8033886. OLE color: 8033886.
HSL color Cylindrical-coordinate representation of color #5E967A: hue angle of 150º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E967A is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 122 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.41 |
| HSL | 150º | 0.23% | 0.48% | - |
| HSV(B) | 150º | 0.37% | 0.59% | - |
| XYZ | 19.04 | 25.6 | 22.35 | - |
| YUV | 130.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 122 | 0.37 | 0 | 0.19 | 0.41 | 150 | 0.23 | 0.48 |
| Hex | 5E | 96 | 7A | 25 | 0 | 13 | 29 | 96 | 17 | 30 |
| Octal | 136 | 226 | 172 | 45 | 0 | 23 | 51 | 226 | 27 | 60 |
| Binary | 1011110 | 10010110 | 1111010 | 100101 | 0 | 10011 | 101001 | 10010110 | 10111 | 110000 |
Color Harmonies of #5E967A
Complementary color
Monochromatic Colors of #5E967A
Black with #5E967A
Text Example
Text Example
White with #5E967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E967A; }
p { color: rgb(94,150,122); }
H1.HeaderClassName
{
color: #5E967A;
}
.AnyTagClassName
{
color: #5E967A;
}
</style>
background-color css
<style>
a { background-color: #5E967A; }
a { background-color: rgb(94,150,122); }
div.DivClassName
{
background-color: #5E967A;
}
.BgClassName
{
background-color: #5E967A;
}
</style>
border-color css
<style>
span { border-color: #5E967A; }
span { border-color: rgb(94,150,122); }
td.TdClassName
{
border-color: #5E967A;
}
.TagClassName
{
border-color: #5E967A;
}
</style>