Shades of Patina #5F9E7D
Tints of Patina #5F9E7D
RGB
CMYK
RGB Variations
Color information
#5F9E7D (or 0x5F9E7D) is known color: Patina. HEX triplet: 5F, 9E and 7D. RGB value is (95,158,125). Sum of RGB (Red+Green+Blue) = 95+158+125=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E7D is #A06182. Grayscale: #878787. Windows color (decimal): -10510723 or 8232543. OLE color: 8232543.
HSL color Cylindrical-coordinate representation of color #5F9E7D: hue angle of 148.57º 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 #5F9E7D is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 125 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.38 |
| HSL | 148.57º | 0.25% | 0.5% | - |
| HSV(B) | 148.57º | 0.4% | 0.62% | - |
| XYZ | 20.65 | 28.37 | 23.79 | - |
| YUV | 135.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 125 | 0.40 | 0 | 0.21 | 0.38 | 148.57 | 0.25 | 0.5 |
| Hex | 5F | 9E | 7D | 28 | 0 | 15 | 26 | 95 | 19 | 32 |
| Octal | 137 | 236 | 175 | 50 | 0 | 25 | 46 | 225 | 31 | 62 |
| Binary | 1011111 | 10011110 | 1111101 | 101000 | 0 | 10101 | 100110 | 10010101 | 11001 | 110010 |
Color Harmonies of #5F9E7D
Complementary color
Monochromatic Colors of #5F9E7D
Black with #5F9E7D
Text Example
Text Example
White with #5F9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E7D; }
p { color: rgb(95,158,125); }
H1.HeaderClassName
{
color: #5F9E7D;
}
.AnyTagClassName
{
color: #5F9E7D;
}
</style>
background-color css
<style>
a { background-color: #5F9E7D; }
a { background-color: rgb(95,158,125); }
div.DivClassName
{
background-color: #5F9E7D;
}
.BgClassName
{
background-color: #5F9E7D;
}
</style>
border-color css
<style>
span { border-color: #5F9E7D; }
span { border-color: rgb(95,158,125); }
td.TdClassName
{
border-color: #5F9E7D;
}
.TagClassName
{
border-color: #5F9E7D;
}
</style>