Shades of Patina #5F978D
Tints of Patina #5F978D
RGB
CMYK
RGB Variations
Color information
#5F978D (or 0x5F978D) is known color: Patina. HEX triplet: 5F, 97 and 8D. RGB value is (95,151,141). Sum of RGB (Red+Green+Blue) = 95+151+141=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #5F978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F978D is #A06872. Grayscale: #858585. Windows color (decimal): -10512499 or 9279327. OLE color: 9279327.
HSL color Cylindrical-coordinate representation of color #5F978D: hue angle of 169.29º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F978D is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 141 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.41 |
| HSL | 169.29º | 0.23% | 0.48% | - |
| HSV(B) | 169.29º | 0.37% | 0.59% | - |
| XYZ | 20.59 | 26.49 | 29.23 | - |
| YUV | 133.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 141 | 0.37 | 0 | 0.07 | 0.41 | 169.29 | 0.23 | 0.48 |
| Hex | 5F | 97 | 8D | 25 | 0 | 7 | 29 | A9 | 17 | 30 |
| Octal | 137 | 227 | 215 | 45 | 0 | 7 | 51 | 251 | 27 | 60 |
| Binary | 1011111 | 10010111 | 10001101 | 100101 | 0 | 111 | 101001 | 10101001 | 10111 | 110000 |
Color Harmonies of #5F978D
Complementary color
Monochromatic Colors of #5F978D
Black with #5F978D
Text Example
Text Example
White with #5F978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F978D; }
p { color: rgb(95,151,141); }
H1.HeaderClassName
{
color: #5F978D;
}
.AnyTagClassName
{
color: #5F978D;
}
</style>
background-color css
<style>
a { background-color: #5F978D; }
a { background-color: rgb(95,151,141); }
div.DivClassName
{
background-color: #5F978D;
}
.BgClassName
{
background-color: #5F978D;
}
</style>
border-color css
<style>
span { border-color: #5F978D; }
span { border-color: rgb(95,151,141); }
td.TdClassName
{
border-color: #5F978D;
}
.TagClassName
{
border-color: #5F978D;
}
</style>