Shades of Patina #5D877F
Tints of Patina #5D877F
RGB
CMYK
RGB Variations
Color information
#5D877F (or 0x5D877F) is known color: Patina. HEX triplet: 5D, 87 and 7F. RGB value is (93,135,127). Sum of RGB (Red+Green+Blue) = 93+135+127=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #5D877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D877F is #A27880. Grayscale: #797979. Windows color (decimal): -10647681 or 8357725. OLE color: 8357725.
HSL color Cylindrical-coordinate representation of color #5D877F: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D877F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 127 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.47 |
| HSL | 168.57º | 0.18% | 0.45% | - |
| HSV(B) | 168.57º | 0.31% | 0.53% | - |
| XYZ | 17.01 | 21.19 | 23.27 | - |
| YUV | 121.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 127 | 0.31 | 0 | 0.06 | 0.47 | 168.57 | 0.18 | 0.45 |
| Hex | 5D | 87 | 7F | 1F | 0 | 6 | 2F | A9 | 12 | 2D |
| Octal | 135 | 207 | 177 | 37 | 0 | 6 | 57 | 251 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1111111 | 11111 | 0 | 110 | 101111 | 10101001 | 10010 | 101101 |
Color Harmonies of #5D877F
Complementary color
Monochromatic Colors of #5D877F
Black with #5D877F
Text Example
Text Example
White with #5D877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D877F; }
p { color: rgb(93,135,127); }
H1.HeaderClassName
{
color: #5D877F;
}
.AnyTagClassName
{
color: #5D877F;
}
</style>
background-color css
<style>
a { background-color: #5D877F; }
a { background-color: rgb(93,135,127); }
div.DivClassName
{
background-color: #5D877F;
}
.BgClassName
{
background-color: #5D877F;
}
</style>
border-color css
<style>
span { border-color: #5D877F; }
span { border-color: rgb(93,135,127); }
td.TdClassName
{
border-color: #5D877F;
}
.TagClassName
{
border-color: #5D877F;
}
</style>