Shades of Patina #5FA58A
Tints of Patina #5FA58A
RGB
CMYK
RGB Variations
Color information
#5FA58A (or 0x5FA58A) is known color: Patina. HEX triplet: 5F, A5 and 8A. RGB value is (95,165,138). Sum of RGB (Red+Green+Blue) = 95+165+138=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA58A is #A05A75. Grayscale: #8D8D8D. Windows color (decimal): -10508918 or 9086303. OLE color: 9086303.
HSL color Cylindrical-coordinate representation of color #5FA58A: hue angle of 156.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA58A is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 138 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.35 |
| HSL | 156.86º | 0.28% | 0.51% | - |
| HSV(B) | 156.86º | 0.42% | 0.65% | - |
| XYZ | 22.76 | 31.18 | 28.86 | - |
| YUV | 140.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 138 | 0.42 | 0 | 0.16 | 0.35 | 156.86 | 0.28 | 0.51 |
| Hex | 5F | A5 | 8A | 2A | 0 | 10 | 23 | 9D | 1C | 33 |
| Octal | 137 | 245 | 212 | 52 | 0 | 20 | 43 | 235 | 34 | 63 |
| Binary | 1011111 | 10100101 | 10001010 | 101010 | 0 | 10000 | 100011 | 10011101 | 11100 | 110011 |
Color Harmonies of #5FA58A
Complementary color
Monochromatic Colors of #5FA58A
Black with #5FA58A
Text Example
Text Example
White with #5FA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA58A; }
p { color: rgb(95,165,138); }
H1.HeaderClassName
{
color: #5FA58A;
}
.AnyTagClassName
{
color: #5FA58A;
}
</style>
background-color css
<style>
a { background-color: #5FA58A; }
a { background-color: rgb(95,165,138); }
div.DivClassName
{
background-color: #5FA58A;
}
.BgClassName
{
background-color: #5FA58A;
}
</style>
border-color css
<style>
span { border-color: #5FA58A; }
span { border-color: rgb(95,165,138); }
td.TdClassName
{
border-color: #5FA58A;
}
.TagClassName
{
border-color: #5FA58A;
}
</style>