Shades of Patina #61A07F
Tints of Patina #61A07F
RGB
CMYK
RGB Variations
Color information
#61A07F (or 0x61A07F) is known color: Patina. HEX triplet: 61, A0 and 7F. RGB value is (97,160,127). Sum of RGB (Red+Green+Blue) = 97+160+127=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #61A07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A07F is #9E5F80. Grayscale: #898989. Windows color (decimal): -10379137 or 8364129. OLE color: 8364129.
HSL color Cylindrical-coordinate representation of color #61A07F: hue angle of 148.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61A07F is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 160 | 127 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.37 |
| HSL | 148.57º | 0.25% | 0.5% | - |
| HSV(B) | 148.57º | 0.39% | 0.63% | - |
| XYZ | 21.33 | 29.22 | 24.59 | - |
| YUV | 137.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 127 | 0.39 | 0 | 0.21 | 0.37 | 148.57 | 0.25 | 0.5 |
| Hex | 61 | A0 | 7F | 27 | 0 | 15 | 25 | 95 | 19 | 32 |
| Octal | 141 | 240 | 177 | 47 | 0 | 25 | 45 | 225 | 31 | 62 |
| Binary | 1100001 | 10100000 | 1111111 | 100111 | 0 | 10101 | 100101 | 10010101 | 11001 | 110010 |
Color Harmonies of #61A07F
Complementary color
Monochromatic Colors of #61A07F
Black with #61A07F
Text Example
Text Example
White with #61A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A07F; }
p { color: rgb(97,160,127); }
H1.HeaderClassName
{
color: #61A07F;
}
.AnyTagClassName
{
color: #61A07F;
}
</style>
background-color css
<style>
a { background-color: #61A07F; }
a { background-color: rgb(97,160,127); }
div.DivClassName
{
background-color: #61A07F;
}
.BgClassName
{
background-color: #61A07F;
}
</style>
border-color css
<style>
span { border-color: #61A07F; }
span { border-color: rgb(97,160,127); }
td.TdClassName
{
border-color: #61A07F;
}
.TagClassName
{
border-color: #61A07F;
}
</style>