Shades of Patina #5E977B
Tints of Patina #5E977B
RGB
CMYK
RGB Variations
Color information
#5E977B (or 0x5E977B) is known color: Patina. HEX triplet: 5E, 97 and 7B. RGB value is (94,151,123). Sum of RGB (Red+Green+Blue) = 94+151+123=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #5E977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E977B is #A16884. Grayscale: #828282. Windows color (decimal): -10578053 or 8099678. OLE color: 8099678.
HSL color Cylindrical-coordinate representation of color #5E977B: hue angle of 150.53º 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 #5E977B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 123 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.41 |
| HSL | 150.53º | 0.23% | 0.48% | - |
| HSV(B) | 150.53º | 0.38% | 0.59% | - |
| XYZ | 19.26 | 25.94 | 22.73 | - |
| YUV | 130.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 123 | 0.38 | 0 | 0.19 | 0.41 | 150.53 | 0.23 | 0.48 |
| Hex | 5E | 97 | 7B | 26 | 0 | 13 | 29 | 97 | 17 | 30 |
| Octal | 136 | 227 | 173 | 46 | 0 | 23 | 51 | 227 | 27 | 60 |
| Binary | 1011110 | 10010111 | 1111011 | 100110 | 0 | 10011 | 101001 | 10010111 | 10111 | 110000 |
Color Harmonies of #5E977B
Complementary color
Monochromatic Colors of #5E977B
Black with #5E977B
Text Example
Text Example
White with #5E977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E977B; }
p { color: rgb(94,151,123); }
H1.HeaderClassName
{
color: #5E977B;
}
.AnyTagClassName
{
color: #5E977B;
}
</style>
background-color css
<style>
a { background-color: #5E977B; }
a { background-color: rgb(94,151,123); }
div.DivClassName
{
background-color: #5E977B;
}
.BgClassName
{
background-color: #5E977B;
}
</style>
border-color css
<style>
span { border-color: #5E977B; }
span { border-color: rgb(94,151,123); }
td.TdClassName
{
border-color: #5E977B;
}
.TagClassName
{
border-color: #5E977B;
}
</style>