Shades of Patina #61867C
Tints of Patina #61867C
RGB
CMYK
RGB Variations
Color information
#61867C (or 0x61867C) is known color: Patina. HEX triplet: 61, 86 and 7C. RGB value is (97,134,124). Sum of RGB (Red+Green+Blue) = 97+134+124=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #61867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61867C is #9E7983. Grayscale: #797979. Windows color (decimal): -10385796 or 8160865. OLE color: 8160865.
HSL color Cylindrical-coordinate representation of color #61867C: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61867C is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 134 | 124 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.47 |
| HSL | 163.78º | 0.16% | 0.45% | - |
| HSV(B) | 163.78º | 0.28% | 0.53% | - |
| XYZ | 17.09 | 21.05 | 22.23 | - |
| YUV | 121.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 124 | 0.28 | 0 | 0.07 | 0.47 | 163.78 | 0.16 | 0.45 |
| Hex | 61 | 86 | 7C | 1C | 0 | 7 | 2F | A4 | 10 | 2D |
| Octal | 141 | 206 | 174 | 34 | 0 | 7 | 57 | 244 | 20 | 55 |
| Binary | 1100001 | 10000110 | 1111100 | 11100 | 0 | 111 | 101111 | 10100100 | 10000 | 101101 |
Color Harmonies of #61867C
Complementary color
Monochromatic Colors of #61867C
Black with #61867C
Text Example
Text Example
White with #61867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61867C; }
p { color: rgb(97,134,124); }
H1.HeaderClassName
{
color: #61867C;
}
.AnyTagClassName
{
color: #61867C;
}
</style>
background-color css
<style>
a { background-color: #61867C; }
a { background-color: rgb(97,134,124); }
div.DivClassName
{
background-color: #61867C;
}
.BgClassName
{
background-color: #61867C;
}
</style>
border-color css
<style>
span { border-color: #61867C; }
span { border-color: rgb(97,134,124); }
td.TdClassName
{
border-color: #61867C;
}
.TagClassName
{
border-color: #61867C;
}
</style>