Shades of Patina #5E9B7A
Tints of Patina #5E9B7A
RGB
CMYK
RGB Variations
Color information
#5E9B7A (or 0x5E9B7A) is known color: Patina. HEX triplet: 5E, 9B and 7A. RGB value is (94,155,122). Sum of RGB (Red+Green+Blue) = 94+155+122=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B7A is #A16485. Grayscale: #858585. Windows color (decimal): -10577030 or 8035166. OLE color: 8035166.
HSL color Cylindrical-coordinate representation of color #5E9B7A: hue angle of 147.54º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B7A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 122 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.39 |
| HSL | 147.54º | 0.24% | 0.49% | - |
| HSV(B) | 147.54º | 0.39% | 0.61% | - |
| XYZ | 19.85 | 27.23 | 22.62 | - |
| YUV | 133 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 122 | 0.39 | 0 | 0.21 | 0.39 | 147.54 | 0.24 | 0.49 |
| Hex | 5E | 9B | 7A | 27 | 0 | 15 | 27 | 94 | 18 | 31 |
| Octal | 136 | 233 | 172 | 47 | 0 | 25 | 47 | 224 | 30 | 61 |
| Binary | 1011110 | 10011011 | 1111010 | 100111 | 0 | 10101 | 100111 | 10010100 | 11000 | 110001 |
Color Harmonies of #5E9B7A
Complementary color
Monochromatic Colors of #5E9B7A
Black with #5E9B7A
Text Example
Text Example
White with #5E9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B7A; }
p { color: rgb(94,155,122); }
H1.HeaderClassName
{
color: #5E9B7A;
}
.AnyTagClassName
{
color: #5E9B7A;
}
</style>
background-color css
<style>
a { background-color: #5E9B7A; }
a { background-color: rgb(94,155,122); }
div.DivClassName
{
background-color: #5E9B7A;
}
.BgClassName
{
background-color: #5E9B7A;
}
</style>
border-color css
<style>
span { border-color: #5E9B7A; }
span { border-color: rgb(94,155,122); }
td.TdClassName
{
border-color: #5E9B7A;
}
.TagClassName
{
border-color: #5E9B7A;
}
</style>