Shades of Patina #5D9677
Tints of Patina #5D9677
RGB
CMYK
RGB Variations
Color information
#5D9677 (or 0x5D9677) is known color: Patina. HEX triplet: 5D, 96 and 77. RGB value is (93,150,119). Sum of RGB (Red+Green+Blue) = 93+150+119=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9677 is #A26988. Grayscale: #818181. Windows color (decimal): -10643849 or 7837277. OLE color: 7837277.
HSL color Cylindrical-coordinate representation of color #5D9677: hue angle of 147.37º 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 #5D9677 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 119 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.41 |
| HSL | 147.37º | 0.23% | 0.48% | - |
| HSV(B) | 147.37º | 0.38% | 0.59% | - |
| XYZ | 18.75 | 25.47 | 21.38 | - |
| YUV | 129.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 119 | 0.38 | 0 | 0.21 | 0.41 | 147.37 | 0.23 | 0.48 |
| Hex | 5D | 96 | 77 | 26 | 0 | 15 | 29 | 93 | 17 | 30 |
| Octal | 135 | 226 | 167 | 46 | 0 | 25 | 51 | 223 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1110111 | 100110 | 0 | 10101 | 101001 | 10010011 | 10111 | 110000 |
Color Harmonies of #5D9677
Complementary color
Monochromatic Colors of #5D9677
Black with #5D9677
Text Example
Text Example
White with #5D9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9677; }
p { color: rgb(93,150,119); }
H1.HeaderClassName
{
color: #5D9677;
}
.AnyTagClassName
{
color: #5D9677;
}
</style>
background-color css
<style>
a { background-color: #5D9677; }
a { background-color: rgb(93,150,119); }
div.DivClassName
{
background-color: #5D9677;
}
.BgClassName
{
background-color: #5D9677;
}
</style>
border-color css
<style>
span { border-color: #5D9677; }
span { border-color: rgb(93,150,119); }
td.TdClassName
{
border-color: #5D9677;
}
.TagClassName
{
border-color: #5D9677;
}
</style>