Shades of Patina #61A284
Tints of Patina #61A284
RGB
CMYK
RGB Variations
Color information
#61A284 (or 0x61A284) is known color: Patina. HEX triplet: 61, A2 and 84. RGB value is (97,162,132). Sum of RGB (Red+Green+Blue) = 97+162+132=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #61A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A284 is #9E5D7B. Grayscale: #8B8B8B. Windows color (decimal): -10378620 or 8692321. OLE color: 8692321.
HSL color Cylindrical-coordinate representation of color #61A284: hue angle of 152.31º 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 #61A284 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 132 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.36 |
| HSL | 152.31º | 0.26% | 0.51% | - |
| HSV(B) | 152.31º | 0.4% | 0.64% | - |
| XYZ | 22.01 | 30.05 | 26.47 | - |
| YUV | 139.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 132 | 0.40 | 0 | 0.19 | 0.36 | 152.31 | 0.26 | 0.51 |
| Hex | 61 | A2 | 84 | 28 | 0 | 13 | 24 | 98 | 1A | 33 |
| Octal | 141 | 242 | 204 | 50 | 0 | 23 | 44 | 230 | 32 | 63 |
| Binary | 1100001 | 10100010 | 10000100 | 101000 | 0 | 10011 | 100100 | 10011000 | 11010 | 110011 |
Color Harmonies of #61A284
Complementary color
Monochromatic Colors of #61A284
Black with #61A284
Text Example
Text Example
White with #61A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A284; }
p { color: rgb(97,162,132); }
H1.HeaderClassName
{
color: #61A284;
}
.AnyTagClassName
{
color: #61A284;
}
</style>
background-color css
<style>
a { background-color: #61A284; }
a { background-color: rgb(97,162,132); }
div.DivClassName
{
background-color: #61A284;
}
.BgClassName
{
background-color: #61A284;
}
</style>
border-color css
<style>
span { border-color: #61A284; }
span { border-color: rgb(97,162,132); }
td.TdClassName
{
border-color: #61A284;
}
.TagClassName
{
border-color: #61A284;
}
</style>