Shades of Patina #61A18F
Tints of Patina #61A18F
RGB
CMYK
RGB Variations
Color information
#61A18F (or 0x61A18F) is known color: Patina. HEX triplet: 61, A1 and 8F. RGB value is (97,161,143). Sum of RGB (Red+Green+Blue) = 97+161+143=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #61A18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A18F is #9E5E70. Grayscale: #8B8B8B. Windows color (decimal): -10378865 or 9412961. OLE color: 9412961.
HSL color Cylindrical-coordinate representation of color #61A18F: hue angle of 163.12º 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 #61A18F is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 161 | 143 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.37 |
| HSL | 163.13º | 0.25% | 0.51% | - |
| HSV(B) | 163.13º | 0.4% | 0.63% | - |
| XYZ | 22.63 | 30.01 | 30.59 | - |
| YUV | 139.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 143 | 0.40 | 0 | 0.11 | 0.37 | 163.13 | 0.25 | 0.51 |
| Hex | 61 | A1 | 8F | 28 | 0 | B | 25 | A3 | 19 | 33 |
| Octal | 141 | 241 | 217 | 50 | 0 | 13 | 45 | 243 | 31 | 63 |
| Binary | 1100001 | 10100001 | 10001111 | 101000 | 0 | 1011 | 100101 | 10100011 | 11001 | 110011 |
Color Harmonies of #61A18F
Complementary color
Monochromatic Colors of #61A18F
Black with #61A18F
Text Example
Text Example
White with #61A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A18F; }
p { color: rgb(97,161,143); }
H1.HeaderClassName
{
color: #61A18F;
}
.AnyTagClassName
{
color: #61A18F;
}
</style>
background-color css
<style>
a { background-color: #61A18F; }
a { background-color: rgb(97,161,143); }
div.DivClassName
{
background-color: #61A18F;
}
.BgClassName
{
background-color: #61A18F;
}
</style>
border-color css
<style>
span { border-color: #61A18F; }
span { border-color: rgb(97,161,143); }
td.TdClassName
{
border-color: #61A18F;
}
.TagClassName
{
border-color: #61A18F;
}
</style>