Shades of Patina #61A18D
Tints of Patina #61A18D
RGB
CMYK
RGB Variations
Color information
#61A18D (or 0x61A18D) is known color: Patina. HEX triplet: 61, A1 and 8D. RGB value is (97,161,141). Sum of RGB (Red+Green+Blue) = 97+161+141=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #61A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A18D is #9E5E72. Grayscale: #8B8B8B. Windows color (decimal): -10378867 or 9281889. OLE color: 9281889.
HSL color Cylindrical-coordinate representation of color #61A18D: hue angle of 161.25º 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 #61A18D is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 141 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.37 |
| HSL | 161.25º | 0.25% | 0.51% | - |
| HSV(B) | 161.25º | 0.4% | 0.63% | - |
| XYZ | 22.48 | 29.95 | 29.8 | - |
| YUV | 139.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 141 | 0.40 | 0 | 0.12 | 0.37 | 161.25 | 0.25 | 0.51 |
| Hex | 61 | A1 | 8D | 28 | 0 | C | 25 | A1 | 19 | 33 |
| Octal | 141 | 241 | 215 | 50 | 0 | 14 | 45 | 241 | 31 | 63 |
| Binary | 1100001 | 10100001 | 10001101 | 101000 | 0 | 1100 | 100101 | 10100001 | 11001 | 110011 |
Color Harmonies of #61A18D
Complementary color
Monochromatic Colors of #61A18D
Black with #61A18D
Text Example
Text Example
White with #61A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A18D; }
p { color: rgb(97,161,141); }
H1.HeaderClassName
{
color: #61A18D;
}
.AnyTagClassName
{
color: #61A18D;
}
</style>
background-color css
<style>
a { background-color: #61A18D; }
a { background-color: rgb(97,161,141); }
div.DivClassName
{
background-color: #61A18D;
}
.BgClassName
{
background-color: #61A18D;
}
</style>
border-color css
<style>
span { border-color: #61A18D; }
span { border-color: rgb(97,161,141); }
td.TdClassName
{
border-color: #61A18D;
}
.TagClassName
{
border-color: #61A18D;
}
</style>