Shades of Patina #5D917A
Tints of Patina #5D917A
RGB
CMYK
RGB Variations
Color information
#5D917A (or 0x5D917A) is known color: Patina. HEX triplet: 5D, 91 and 7A. RGB value is (93,145,122). Sum of RGB (Red+Green+Blue) = 93+145+122=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917A is #A26E85. Grayscale: #7E7E7E. Windows color (decimal): -10645126 or 8032605. OLE color: 8032605.
HSL color Cylindrical-coordinate representation of color #5D917A: hue angle of 153.46º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D917A is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 122 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.43 |
| HSL | 153.46º | 0.22% | 0.47% | - |
| HSV(B) | 153.46º | 0.36% | 0.57% | - |
| XYZ | 18.15 | 23.98 | 22.08 | - |
| YUV | 126.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 122 | 0.36 | 0 | 0.16 | 0.43 | 153.46 | 0.22 | 0.47 |
| Hex | 5D | 91 | 7A | 24 | 0 | 10 | 2B | 99 | 16 | 2F |
| Octal | 135 | 221 | 172 | 44 | 0 | 20 | 53 | 231 | 26 | 57 |
| Binary | 1011101 | 10010001 | 1111010 | 100100 | 0 | 10000 | 101011 | 10011001 | 10110 | 101111 |
Color Harmonies of #5D917A
Complementary color
Monochromatic Colors of #5D917A
Black with #5D917A
Text Example
Text Example
White with #5D917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D917A; }
p { color: rgb(93,145,122); }
H1.HeaderClassName
{
color: #5D917A;
}
.AnyTagClassName
{
color: #5D917A;
}
</style>
background-color css
<style>
a { background-color: #5D917A; }
a { background-color: rgb(93,145,122); }
div.DivClassName
{
background-color: #5D917A;
}
.BgClassName
{
background-color: #5D917A;
}
</style>
border-color css
<style>
span { border-color: #5D917A; }
span { border-color: rgb(93,145,122); }
td.TdClassName
{
border-color: #5D917A;
}
.TagClassName
{
border-color: #5D917A;
}
</style>