Shades of Patina #5F978B
Tints of Patina #5F978B
RGB
CMYK
RGB Variations
Color information
#5F978B (or 0x5F978B) is known color: Patina. HEX triplet: 5F, 97 and 8B. RGB value is (95,151,139). Sum of RGB (Red+Green+Blue) = 95+151+139=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #5F978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F978B is #A06874. Grayscale: #848484. Windows color (decimal): -10512501 or 9148255. OLE color: 9148255.
HSL color Cylindrical-coordinate representation of color #5F978B: hue angle of 167.14º 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 #5F978B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 139 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.41 |
| HSL | 167.14º | 0.23% | 0.48% | - |
| HSV(B) | 167.14º | 0.37% | 0.59% | - |
| XYZ | 20.45 | 26.43 | 28.45 | - |
| YUV | 132.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 139 | 0.37 | 0 | 0.08 | 0.41 | 167.14 | 0.23 | 0.48 |
| Hex | 5F | 97 | 8B | 25 | 0 | 8 | 29 | A7 | 17 | 30 |
| Octal | 137 | 227 | 213 | 45 | 0 | 10 | 51 | 247 | 27 | 60 |
| Binary | 1011111 | 10010111 | 10001011 | 100101 | 0 | 1000 | 101001 | 10100111 | 10111 | 110000 |
Color Harmonies of #5F978B
Complementary color
Monochromatic Colors of #5F978B
Black with #5F978B
Text Example
Text Example
White with #5F978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F978B; }
p { color: rgb(95,151,139); }
H1.HeaderClassName
{
color: #5F978B;
}
.AnyTagClassName
{
color: #5F978B;
}
</style>
background-color css
<style>
a { background-color: #5F978B; }
a { background-color: rgb(95,151,139); }
div.DivClassName
{
background-color: #5F978B;
}
.BgClassName
{
background-color: #5F978B;
}
</style>
border-color css
<style>
span { border-color: #5F978B; }
span { border-color: rgb(95,151,139); }
td.TdClassName
{
border-color: #5F978B;
}
.TagClassName
{
border-color: #5F978B;
}
</style>