Shades of Patina #61A188
Tints of Patina #61A188
RGB
CMYK
RGB Variations
Color information
#61A188 (or 0x61A188) is known color: Patina. HEX triplet: 61, A1 and 88. RGB value is (97,161,136). Sum of RGB (Red+Green+Blue) = 97+161+136=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #61A188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A188 is #9E5E77. Grayscale: #8B8B8B. Windows color (decimal): -10378872 or 8954209. OLE color: 8954209.
HSL color Cylindrical-coordinate representation of color #61A188: hue angle of 156.56º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A188 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 136 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.37 |
| HSL | 156.56º | 0.25% | 0.51% | - |
| HSV(B) | 156.56º | 0.4% | 0.63% | - |
| XYZ | 22.12 | 29.81 | 27.88 | - |
| YUV | 139.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 136 | 0.40 | 0 | 0.16 | 0.37 | 156.56 | 0.25 | 0.51 |
| Hex | 61 | A1 | 88 | 28 | 0 | 10 | 25 | 9D | 19 | 33 |
| Octal | 141 | 241 | 210 | 50 | 0 | 20 | 45 | 235 | 31 | 63 |
| Binary | 1100001 | 10100001 | 10001000 | 101000 | 0 | 10000 | 100101 | 10011101 | 11001 | 110011 |
Color Harmonies of #61A188
Complementary color
Monochromatic Colors of #61A188
Black with #61A188
Text Example
Text Example
White with #61A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A188; }
p { color: rgb(97,161,136); }
H1.HeaderClassName
{
color: #61A188;
}
.AnyTagClassName
{
color: #61A188;
}
</style>
background-color css
<style>
a { background-color: #61A188; }
a { background-color: rgb(97,161,136); }
div.DivClassName
{
background-color: #61A188;
}
.BgClassName
{
background-color: #61A188;
}
</style>
border-color css
<style>
span { border-color: #61A188; }
span { border-color: rgb(97,161,136); }
td.TdClassName
{
border-color: #61A188;
}
.TagClassName
{
border-color: #61A188;
}
</style>