Shades of Patina #61A292
Tints of Patina #61A292
RGB
CMYK
RGB Variations
Color information
#61A292 (or 0x61A292) is known color: Patina. HEX triplet: 61, A2 and 92. RGB value is (97,162,146). Sum of RGB (Red+Green+Blue) = 97+162+146=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #61A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A292 is #9E5D6D. Grayscale: #8C8C8C. Windows color (decimal): -10378606 or 9609825. OLE color: 9609825.
HSL color Cylindrical-coordinate representation of color #61A292: hue angle of 165.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A292 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 146 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.36 |
| HSL | 165.23º | 0.26% | 0.51% | - |
| HSV(B) | 165.23º | 0.4% | 0.64% | - |
| XYZ | 23.04 | 30.46 | 31.86 | - |
| YUV | 140.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 146 | 0.40 | 0 | 0.10 | 0.36 | 165.23 | 0.26 | 0.51 |
| Hex | 61 | A2 | 92 | 28 | 0 | A | 24 | A5 | 1A | 33 |
| Octal | 141 | 242 | 222 | 50 | 0 | 12 | 44 | 245 | 32 | 63 |
| Binary | 1100001 | 10100010 | 10010010 | 101000 | 0 | 1010 | 100100 | 10100101 | 11010 | 110011 |
Color Harmonies of #61A292
Complementary color
Monochromatic Colors of #61A292
Black with #61A292
Text Example
Text Example
White with #61A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A292; }
p { color: rgb(97,162,146); }
H1.HeaderClassName
{
color: #61A292;
}
.AnyTagClassName
{
color: #61A292;
}
</style>
background-color css
<style>
a { background-color: #61A292; }
a { background-color: rgb(97,162,146); }
div.DivClassName
{
background-color: #61A292;
}
.BgClassName
{
background-color: #61A292;
}
</style>
border-color css
<style>
span { border-color: #61A292; }
span { border-color: rgb(97,162,146); }
td.TdClassName
{
border-color: #61A292;
}
.TagClassName
{
border-color: #61A292;
}
</style>