Shades of Patina #5F977C
Tints of Patina #5F977C
RGB
CMYK
RGB Variations
Color information
#5F977C (or 0x5F977C) is known color: Patina. HEX triplet: 5F, 97 and 7C. RGB value is (95,151,124). Sum of RGB (Red+Green+Blue) = 95+151+124=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #5F977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F977C is #A06883. Grayscale: #838383. Windows color (decimal): -10512516 or 8165215. OLE color: 8165215.
HSL color Cylindrical-coordinate representation of color #5F977C: hue angle of 151.07º 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 #5F977C is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 124 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.41 |
| HSL | 151.07º | 0.23% | 0.48% | - |
| HSV(B) | 151.07º | 0.37% | 0.59% | - |
| XYZ | 19.42 | 26.02 | 23.07 | - |
| YUV | 131.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 124 | 0.37 | 0 | 0.18 | 0.41 | 151.07 | 0.23 | 0.48 |
| Hex | 5F | 97 | 7C | 25 | 0 | 12 | 29 | 97 | 17 | 30 |
| Octal | 137 | 227 | 174 | 45 | 0 | 22 | 51 | 227 | 27 | 60 |
| Binary | 1011111 | 10010111 | 1111100 | 100101 | 0 | 10010 | 101001 | 10010111 | 10111 | 110000 |
Color Harmonies of #5F977C
Complementary color
Monochromatic Colors of #5F977C
Black with #5F977C
Text Example
Text Example
White with #5F977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F977C; }
p { color: rgb(95,151,124); }
H1.HeaderClassName
{
color: #5F977C;
}
.AnyTagClassName
{
color: #5F977C;
}
</style>
background-color css
<style>
a { background-color: #5F977C; }
a { background-color: rgb(95,151,124); }
div.DivClassName
{
background-color: #5F977C;
}
.BgClassName
{
background-color: #5F977C;
}
</style>
border-color css
<style>
span { border-color: #5F977C; }
span { border-color: rgb(95,151,124); }
td.TdClassName
{
border-color: #5F977C;
}
.TagClassName
{
border-color: #5F977C;
}
</style>