Shades of Patina #61A385
Tints of Patina #61A385
RGB
CMYK
RGB Variations
Color information
#61A385 (or 0x61A385) is known color: Patina. HEX triplet: 61, A3 and 85. RGB value is (97,163,133). Sum of RGB (Red+Green+Blue) = 97+163+133=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #61A385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A385 is #9E5C7A. Grayscale: #8B8B8B. Windows color (decimal): -10378363 or 8758113. OLE color: 8758113.
HSL color Cylindrical-coordinate representation of color #61A385: hue angle of 152.73º 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 #61A385 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 133 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.36 |
| HSL | 152.73º | 0.26% | 0.51% | - |
| HSV(B) | 152.73º | 0.4% | 0.64% | - |
| XYZ | 22.26 | 30.43 | 26.89 | - |
| YUV | 139.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 133 | 0.40 | 0 | 0.18 | 0.36 | 152.73 | 0.26 | 0.51 |
| Hex | 61 | A3 | 85 | 28 | 0 | 12 | 24 | 99 | 1A | 33 |
| Octal | 141 | 243 | 205 | 50 | 0 | 22 | 44 | 231 | 32 | 63 |
| Binary | 1100001 | 10100011 | 10000101 | 101000 | 0 | 10010 | 100100 | 10011001 | 11010 | 110011 |
Color Harmonies of #61A385
Complementary color
Monochromatic Colors of #61A385
Black with #61A385
Text Example
Text Example
White with #61A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A385; }
p { color: rgb(97,163,133); }
H1.HeaderClassName
{
color: #61A385;
}
.AnyTagClassName
{
color: #61A385;
}
</style>
background-color css
<style>
a { background-color: #61A385; }
a { background-color: rgb(97,163,133); }
div.DivClassName
{
background-color: #61A385;
}
.BgClassName
{
background-color: #61A385;
}
</style>
border-color css
<style>
span { border-color: #61A385; }
span { border-color: rgb(97,163,133); }
td.TdClassName
{
border-color: #61A385;
}
.TagClassName
{
border-color: #61A385;
}
</style>