Shades of Patina #5D8C7F
Tints of Patina #5D8C7F
RGB
CMYK
RGB Variations
Color information
#5D8C7F (or 0x5D8C7F) is known color: Patina. HEX triplet: 5D, 8C and 7F. RGB value is (93,140,127). Sum of RGB (Red+Green+Blue) = 93+140+127=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8C7F is #A27380. Grayscale: #7C7C7C. Windows color (decimal): -10646401 or 8359005. OLE color: 8359005.
HSL color Cylindrical-coordinate representation of color #5D8C7F: hue angle of 163.4º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D8C7F is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 140 | 127 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.45 |
| HSL | 163.4º | 0.2% | 0.46% | - |
| HSV(B) | 163.4º | 0.34% | 0.55% | - |
| XYZ | 17.72 | 22.62 | 23.51 | - |
| YUV | 124.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 127 | 0.34 | 0 | 0.09 | 0.45 | 163.4 | 0.2 | 0.46 |
| Hex | 5D | 8C | 7F | 22 | 0 | 9 | 2D | A3 | 14 | 2E |
| Octal | 135 | 214 | 177 | 42 | 0 | 11 | 55 | 243 | 24 | 56 |
| Binary | 1011101 | 10001100 | 1111111 | 100010 | 0 | 1001 | 101101 | 10100011 | 10100 | 101110 |
Color Harmonies of #5D8C7F
Complementary color
Monochromatic Colors of #5D8C7F
Black with #5D8C7F
Text Example
Text Example
White with #5D8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8C7F; }
p { color: rgb(93,140,127); }
H1.HeaderClassName
{
color: #5D8C7F;
}
.AnyTagClassName
{
color: #5D8C7F;
}
</style>
background-color css
<style>
a { background-color: #5D8C7F; }
a { background-color: rgb(93,140,127); }
div.DivClassName
{
background-color: #5D8C7F;
}
.BgClassName
{
background-color: #5D8C7F;
}
</style>
border-color css
<style>
span { border-color: #5D8C7F; }
span { border-color: rgb(93,140,127); }
td.TdClassName
{
border-color: #5D8C7F;
}
.TagClassName
{
border-color: #5D8C7F;
}
</style>