Shades of Patina #5E937A
Tints of Patina #5E937A
RGB
CMYK
RGB Variations
Color information
#5E937A (or 0x5E937A) is known color: Patina. HEX triplet: 5E, 93 and 7A. RGB value is (94,147,122). Sum of RGB (Red+Green+Blue) = 94+147+122=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #5E937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E937A is #A16C85. Grayscale: #808080. Windows color (decimal): -10579078 or 8033118. OLE color: 8033118.
HSL color Cylindrical-coordinate representation of color #5E937A: hue angle of 151.7º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E937A is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 122 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.42 |
| HSL | 151.7º | 0.22% | 0.47% | - |
| HSV(B) | 151.7º | 0.36% | 0.58% | - |
| XYZ | 18.56 | 24.65 | 22.19 | - |
| YUV | 128.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 122 | 0.36 | 0 | 0.17 | 0.42 | 151.7 | 0.22 | 0.47 |
| Hex | 5E | 93 | 7A | 24 | 0 | 11 | 2A | 98 | 16 | 2F |
| Octal | 136 | 223 | 172 | 44 | 0 | 21 | 52 | 230 | 26 | 57 |
| Binary | 1011110 | 10010011 | 1111010 | 100100 | 0 | 10001 | 101010 | 10011000 | 10110 | 101111 |
Color Harmonies of #5E937A
Complementary color
Monochromatic Colors of #5E937A
Black with #5E937A
Text Example
Text Example
White with #5E937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E937A; }
p { color: rgb(94,147,122); }
H1.HeaderClassName
{
color: #5E937A;
}
.AnyTagClassName
{
color: #5E937A;
}
</style>
background-color css
<style>
a { background-color: #5E937A; }
a { background-color: rgb(94,147,122); }
div.DivClassName
{
background-color: #5E937A;
}
.BgClassName
{
background-color: #5E937A;
}
</style>
border-color css
<style>
span { border-color: #5E937A; }
span { border-color: rgb(94,147,122); }
td.TdClassName
{
border-color: #5E937A;
}
.TagClassName
{
border-color: #5E937A;
}
</style>