Shades of Patina #5F9F7E
Tints of Patina #5F9F7E
RGB
CMYK
RGB Variations
Color information
#5F9F7E (or 0x5F9F7E) is known color: Patina. HEX triplet: 5F, 9F and 7E. RGB value is (95,159,126). Sum of RGB (Red+Green+Blue) = 95+159+126=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F7E is #A06081. Grayscale: #888888. Windows color (decimal): -10510466 or 8298335. OLE color: 8298335.
HSL color Cylindrical-coordinate representation of color #5F9F7E: hue angle of 149.06º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F7E is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 126 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.38 |
| HSL | 149.06º | 0.25% | 0.5% | - |
| HSV(B) | 149.06º | 0.4% | 0.62% | - |
| XYZ | 20.88 | 28.74 | 24.18 | - |
| YUV | 136.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 126 | 0.40 | 0 | 0.21 | 0.38 | 149.06 | 0.25 | 0.5 |
| Hex | 5F | 9F | 7E | 28 | 0 | 15 | 26 | 95 | 19 | 32 |
| Octal | 137 | 237 | 176 | 50 | 0 | 25 | 46 | 225 | 31 | 62 |
| Binary | 1011111 | 10011111 | 1111110 | 101000 | 0 | 10101 | 100110 | 10010101 | 11001 | 110010 |
Color Harmonies of #5F9F7E
Complementary color
Monochromatic Colors of #5F9F7E
Black with #5F9F7E
Text Example
Text Example
White with #5F9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F7E; }
p { color: rgb(95,159,126); }
H1.HeaderClassName
{
color: #5F9F7E;
}
.AnyTagClassName
{
color: #5F9F7E;
}
</style>
background-color css
<style>
a { background-color: #5F9F7E; }
a { background-color: rgb(95,159,126); }
div.DivClassName
{
background-color: #5F9F7E;
}
.BgClassName
{
background-color: #5F9F7E;
}
</style>
border-color css
<style>
span { border-color: #5F9F7E; }
span { border-color: rgb(95,159,126); }
td.TdClassName
{
border-color: #5F9F7E;
}
.TagClassName
{
border-color: #5F9F7E;
}
</style>