Shades of Patina #61A58E
Tints of Patina #61A58E
RGB
CMYK
RGB Variations
Color information
#61A58E (or 0x61A58E) is known color: Patina. HEX triplet: 61, A5 and 8E. RGB value is (97,165,142). Sum of RGB (Red+Green+Blue) = 97+165+142=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #61A58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A58E is #9E5A71. Grayscale: #8E8E8E. Windows color (decimal): -10377842 or 9348449. OLE color: 9348449.
HSL color Cylindrical-coordinate representation of color #61A58E: hue angle of 159.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A58E is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 142 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.35 |
| HSL | 159.71º | 0.27% | 0.51% | - |
| HSV(B) | 159.71º | 0.41% | 0.65% | - |
| XYZ | 23.27 | 31.4 | 30.43 | - |
| YUV | 142.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 142 | 0.41 | 0 | 0.14 | 0.35 | 159.71 | 0.27 | 0.51 |
| Hex | 61 | A5 | 8E | 29 | 0 | E | 23 | A0 | 1B | 33 |
| Octal | 141 | 245 | 216 | 51 | 0 | 16 | 43 | 240 | 33 | 63 |
| Binary | 1100001 | 10100101 | 10001110 | 101001 | 0 | 1110 | 100011 | 10100000 | 11011 | 110011 |
Color Harmonies of #61A58E
Complementary color
Monochromatic Colors of #61A58E
Black with #61A58E
Text Example
Text Example
White with #61A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A58E; }
p { color: rgb(97,165,142); }
H1.HeaderClassName
{
color: #61A58E;
}
.AnyTagClassName
{
color: #61A58E;
}
</style>
background-color css
<style>
a { background-color: #61A58E; }
a { background-color: rgb(97,165,142); }
div.DivClassName
{
background-color: #61A58E;
}
.BgClassName
{
background-color: #61A58E;
}
</style>
border-color css
<style>
span { border-color: #61A58E; }
span { border-color: rgb(97,165,142); }
td.TdClassName
{
border-color: #61A58E;
}
.TagClassName
{
border-color: #61A58E;
}
</style>