Shades of Patina #5F9C7D
Tints of Patina #5F9C7D
RGB
CMYK
RGB Variations
Color information
#5F9C7D (or 0x5F9C7D) is known color: Patina. HEX triplet: 5F, 9C and 7D. RGB value is (95,156,125). Sum of RGB (Red+Green+Blue) = 95+156+125=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C7D is #A06382. Grayscale: #868686. Windows color (decimal): -10511235 or 8232031. OLE color: 8232031.
HSL color Cylindrical-coordinate representation of color #5F9C7D: hue angle of 149.51º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9C7D is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 156 | 125 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.39 |
| HSL | 149.51º | 0.24% | 0.49% | - |
| HSV(B) | 149.51º | 0.39% | 0.61% | - |
| XYZ | 20.31 | 27.69 | 23.68 | - |
| YUV | 134.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 125 | 0.39 | 0 | 0.20 | 0.39 | 149.51 | 0.24 | 0.49 |
| Hex | 5F | 9C | 7D | 27 | 0 | 14 | 27 | 96 | 18 | 31 |
| Octal | 137 | 234 | 175 | 47 | 0 | 24 | 47 | 226 | 30 | 61 |
| Binary | 1011111 | 10011100 | 1111101 | 100111 | 0 | 10100 | 100111 | 10010110 | 11000 | 110001 |
Color Harmonies of #5F9C7D
Complementary color
Monochromatic Colors of #5F9C7D
Black with #5F9C7D
Text Example
Text Example
White with #5F9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9C7D; }
p { color: rgb(95,156,125); }
H1.HeaderClassName
{
color: #5F9C7D;
}
.AnyTagClassName
{
color: #5F9C7D;
}
</style>
background-color css
<style>
a { background-color: #5F9C7D; }
a { background-color: rgb(95,156,125); }
div.DivClassName
{
background-color: #5F9C7D;
}
.BgClassName
{
background-color: #5F9C7D;
}
</style>
border-color css
<style>
span { border-color: #5F9C7D; }
span { border-color: rgb(95,156,125); }
td.TdClassName
{
border-color: #5F9C7D;
}
.TagClassName
{
border-color: #5F9C7D;
}
</style>