Shades of Patina #61A786
Tints of Patina #61A786
RGB
CMYK
RGB Variations
Color information
#61A786 (or 0x61A786) is known color: Patina. HEX triplet: 61, A7 and 86. RGB value is (97,167,134). Sum of RGB (Red+Green+Blue) = 97+167+134=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #61A786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A786 is #9E5879. Grayscale: #8E8E8E. Windows color (decimal): -10377338 or 8824673. OLE color: 8824673.
HSL color Cylindrical-coordinate representation of color #61A786: hue angle of 151.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A786 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 134 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.35 |
| HSL | 151.71º | 0.28% | 0.52% | - |
| HSV(B) | 151.71º | 0.42% | 0.65% | - |
| XYZ | 23.05 | 31.9 | 27.5 | - |
| YUV | 142.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 134 | 0.42 | 0 | 0.20 | 0.35 | 151.71 | 0.28 | 0.52 |
| Hex | 61 | A7 | 86 | 2A | 0 | 14 | 23 | 98 | 1C | 34 |
| Octal | 141 | 247 | 206 | 52 | 0 | 24 | 43 | 230 | 34 | 64 |
| Binary | 1100001 | 10100111 | 10000110 | 101010 | 0 | 10100 | 100011 | 10011000 | 11100 | 110100 |
Color Harmonies of #61A786
Complementary color
Monochromatic Colors of #61A786
Black with #61A786
Text Example
Text Example
White with #61A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A786; }
p { color: rgb(97,167,134); }
H1.HeaderClassName
{
color: #61A786;
}
.AnyTagClassName
{
color: #61A786;
}
</style>
background-color css
<style>
a { background-color: #61A786; }
a { background-color: rgb(97,167,134); }
div.DivClassName
{
background-color: #61A786;
}
.BgClassName
{
background-color: #61A786;
}
</style>
border-color css
<style>
span { border-color: #61A786; }
span { border-color: rgb(97,167,134); }
td.TdClassName
{
border-color: #61A786;
}
.TagClassName
{
border-color: #61A786;
}
</style>