Shades of Patina #5E957F
Tints of Patina #5E957F
RGB
CMYK
RGB Variations
Color information
#5E957F (or 0x5E957F) is known color: Patina. HEX triplet: 5E, 95 and 7F. RGB value is (94,149,127). Sum of RGB (Red+Green+Blue) = 94+149+127=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #5E957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E957F is #A16A80. Grayscale: #828282. Windows color (decimal): -10578561 or 8361310. OLE color: 8361310.
HSL color Cylindrical-coordinate representation of color #5E957F: hue angle of 156º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E957F is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 127 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.42 |
| HSL | 156º | 0.23% | 0.48% | - |
| HSV(B) | 156º | 0.37% | 0.58% | - |
| XYZ | 19.19 | 25.41 | 23.97 | - |
| YUV | 130.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 127 | 0.37 | 0 | 0.15 | 0.42 | 156 | 0.23 | 0.48 |
| Hex | 5E | 95 | 7F | 25 | 0 | F | 2A | 9C | 17 | 30 |
| Octal | 136 | 225 | 177 | 45 | 0 | 17 | 52 | 234 | 27 | 60 |
| Binary | 1011110 | 10010101 | 1111111 | 100101 | 0 | 1111 | 101010 | 10011100 | 10111 | 110000 |
Color Harmonies of #5E957F
Complementary color
Monochromatic Colors of #5E957F
Black with #5E957F
Text Example
Text Example
White with #5E957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E957F; }
p { color: rgb(94,149,127); }
H1.HeaderClassName
{
color: #5E957F;
}
.AnyTagClassName
{
color: #5E957F;
}
</style>
background-color css
<style>
a { background-color: #5E957F; }
a { background-color: rgb(94,149,127); }
div.DivClassName
{
background-color: #5E957F;
}
.BgClassName
{
background-color: #5E957F;
}
</style>
border-color css
<style>
span { border-color: #5E957F; }
span { border-color: rgb(94,149,127); }
td.TdClassName
{
border-color: #5E957F;
}
.TagClassName
{
border-color: #5E957F;
}
</style>