Shades of Patina #5F9781
Tints of Patina #5F9781
RGB
CMYK
RGB Variations
Color information
#5F9781 (or 0x5F9781) is known color: Patina. HEX triplet: 5F, 97 and 81. RGB value is (95,151,129). Sum of RGB (Red+Green+Blue) = 95+151+129=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9781 is #A0687E. Grayscale: #838383. Windows color (decimal): -10512511 or 8492895. OLE color: 8492895.
HSL color Cylindrical-coordinate representation of color #5F9781: hue angle of 156.43º 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 #5F9781 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 129 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.41 |
| HSL | 156.43º | 0.23% | 0.48% | - |
| HSV(B) | 156.43º | 0.37% | 0.59% | - |
| XYZ | 19.75 | 26.15 | 24.78 | - |
| YUV | 131.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 129 | 0.37 | 0 | 0.15 | 0.41 | 156.43 | 0.23 | 0.48 |
| Hex | 5F | 97 | 81 | 25 | 0 | F | 29 | 9C | 17 | 30 |
| Octal | 137 | 227 | 201 | 45 | 0 | 17 | 51 | 234 | 27 | 60 |
| Binary | 1011111 | 10010111 | 10000001 | 100101 | 0 | 1111 | 101001 | 10011100 | 10111 | 110000 |
Color Harmonies of #5F9781
Complementary color
Monochromatic Colors of #5F9781
Black with #5F9781
Text Example
Text Example
White with #5F9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9781; }
p { color: rgb(95,151,129); }
H1.HeaderClassName
{
color: #5F9781;
}
.AnyTagClassName
{
color: #5F9781;
}
</style>
background-color css
<style>
a { background-color: #5F9781; }
a { background-color: rgb(95,151,129); }
div.DivClassName
{
background-color: #5F9781;
}
.BgClassName
{
background-color: #5F9781;
}
</style>
border-color css
<style>
span { border-color: #5F9781; }
span { border-color: rgb(95,151,129); }
td.TdClassName
{
border-color: #5F9781;
}
.TagClassName
{
border-color: #5F9781;
}
</style>