Shades of Patina #5E978E
Tints of Patina #5E978E
RGB
CMYK
RGB Variations
Color information
#5E978E (or 0x5E978E) is known color: Patina. HEX triplet: 5E, 97 and 8E. RGB value is (94,151,142). Sum of RGB (Red+Green+Blue) = 94+151+142=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #5E978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E978E is #A16871. Grayscale: #848484. Windows color (decimal): -10578034 or 9344862. OLE color: 9344862.
HSL color Cylindrical-coordinate representation of color #5E978E: hue angle of 170.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 #5E978E is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 142 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.41 |
| HSL | 170.53º | 0.23% | 0.48% | - |
| HSV(B) | 170.53º | 0.38% | 0.59% | - |
| XYZ | 20.57 | 26.47 | 29.62 | - |
| YUV | 132.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 142 | 0.38 | 0 | 0.06 | 0.41 | 170.53 | 0.23 | 0.48 |
| Hex | 5E | 97 | 8E | 26 | 0 | 6 | 29 | AB | 17 | 30 |
| Octal | 136 | 227 | 216 | 46 | 0 | 6 | 51 | 253 | 27 | 60 |
| Binary | 1011110 | 10010111 | 10001110 | 100110 | 0 | 110 | 101001 | 10101011 | 10111 | 110000 |
Color Harmonies of #5E978E
Complementary color
Monochromatic Colors of #5E978E
Black with #5E978E
Text Example
Text Example
White with #5E978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E978E; }
p { color: rgb(94,151,142); }
H1.HeaderClassName
{
color: #5E978E;
}
.AnyTagClassName
{
color: #5E978E;
}
</style>
background-color css
<style>
a { background-color: #5E978E; }
a { background-color: rgb(94,151,142); }
div.DivClassName
{
background-color: #5E978E;
}
.BgClassName
{
background-color: #5E978E;
}
</style>
border-color css
<style>
span { border-color: #5E978E; }
span { border-color: rgb(94,151,142); }
td.TdClassName
{
border-color: #5E978E;
}
.TagClassName
{
border-color: #5E978E;
}
</style>