Shades of Patina #5FA07E
Tints of Patina #5FA07E
RGB
CMYK
RGB Variations
Color information
#5FA07E (or 0x5FA07E) is known color: Patina. HEX triplet: 5F, A0 and 7E. RGB value is (95,160,126). Sum of RGB (Red+Green+Blue) = 95+160+126=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA07E is #A05F81. Grayscale: #888888. Windows color (decimal): -10510210 or 8298591. OLE color: 8298591.
HSL color Cylindrical-coordinate representation of color #5FA07E: hue angle of 148.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA07E is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 126 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.37 |
| HSL | 148.62º | 0.25% | 0.5% | - |
| HSV(B) | 148.62º | 0.41% | 0.63% | - |
| XYZ | 21.06 | 29.08 | 24.24 | - |
| YUV | 136.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 126 | 0.41 | 0 | 0.21 | 0.37 | 148.62 | 0.25 | 0.5 |
| Hex | 5F | A0 | 7E | 29 | 0 | 15 | 25 | 95 | 19 | 32 |
| Octal | 137 | 240 | 176 | 51 | 0 | 25 | 45 | 225 | 31 | 62 |
| Binary | 1011111 | 10100000 | 1111110 | 101001 | 0 | 10101 | 100101 | 10010101 | 11001 | 110010 |
Color Harmonies of #5FA07E
Complementary color
Monochromatic Colors of #5FA07E
Black with #5FA07E
Text Example
Text Example
White with #5FA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA07E; }
p { color: rgb(95,160,126); }
H1.HeaderClassName
{
color: #5FA07E;
}
.AnyTagClassName
{
color: #5FA07E;
}
</style>
background-color css
<style>
a { background-color: #5FA07E; }
a { background-color: rgb(95,160,126); }
div.DivClassName
{
background-color: #5FA07E;
}
.BgClassName
{
background-color: #5FA07E;
}
</style>
border-color css
<style>
span { border-color: #5FA07E; }
span { border-color: rgb(95,160,126); }
td.TdClassName
{
border-color: #5FA07E;
}
.TagClassName
{
border-color: #5FA07E;
}
</style>