Shades of Patina #5E917F
Tints of Patina #5E917F
RGB
CMYK
RGB Variations
Color information
#5E917F (or 0x5E917F) is known color: Patina. HEX triplet: 5E, 91 and 7F. RGB value is (94,145,127). Sum of RGB (Red+Green+Blue) = 94+145+127=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #5E917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E917F is #A16E80. Grayscale: #7F7F7F. Windows color (decimal): -10579585 or 8360286. OLE color: 8360286.
HSL color Cylindrical-coordinate representation of color #5E917F: hue angle of 158.82º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E917F is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 127 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.43 |
| HSL | 158.82º | 0.21% | 0.47% | - |
| HSV(B) | 158.82º | 0.35% | 0.57% | - |
| XYZ | 18.57 | 24.16 | 23.76 | - |
| YUV | 127.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 127 | 0.35 | 0 | 0.12 | 0.43 | 158.82 | 0.21 | 0.47 |
| Hex | 5E | 91 | 7F | 23 | 0 | C | 2B | 9F | 15 | 2F |
| Octal | 136 | 221 | 177 | 43 | 0 | 14 | 53 | 237 | 25 | 57 |
| Binary | 1011110 | 10010001 | 1111111 | 100011 | 0 | 1100 | 101011 | 10011111 | 10101 | 101111 |
Color Harmonies of #5E917F
Complementary color
Monochromatic Colors of #5E917F
Black with #5E917F
Text Example
Text Example
White with #5E917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E917F; }
p { color: rgb(94,145,127); }
H1.HeaderClassName
{
color: #5E917F;
}
.AnyTagClassName
{
color: #5E917F;
}
</style>
background-color css
<style>
a { background-color: #5E917F; }
a { background-color: rgb(94,145,127); }
div.DivClassName
{
background-color: #5E917F;
}
.BgClassName
{
background-color: #5E917F;
}
</style>
border-color css
<style>
span { border-color: #5E917F; }
span { border-color: rgb(94,145,127); }
td.TdClassName
{
border-color: #5E917F;
}
.TagClassName
{
border-color: #5E917F;
}
</style>