Shades of Patina #61867E
Tints of Patina #61867E
RGB
CMYK
RGB Variations
Color information
#61867E (or 0x61867E) is known color: Patina. HEX triplet: 61, 86 and 7E. RGB value is (97,134,126). Sum of RGB (Red+Green+Blue) = 97+134+126=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #61867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61867E is #9E7981. Grayscale: #7A7A7A. Windows color (decimal): -10385794 or 8291937. OLE color: 8291937.
HSL color Cylindrical-coordinate representation of color #61867E: hue angle of 167.03º 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 #61867E is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 134 | 126 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.47 |
| HSL | 167.03º | 0.16% | 0.45% | - |
| HSV(B) | 167.03º | 0.28% | 0.53% | - |
| XYZ | 17.22 | 21.1 | 22.9 | - |
| YUV | 122.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 126 | 0.28 | 0 | 0.06 | 0.47 | 167.03 | 0.16 | 0.45 |
| Hex | 61 | 86 | 7E | 1C | 0 | 6 | 2F | A7 | 10 | 2D |
| Octal | 141 | 206 | 176 | 34 | 0 | 6 | 57 | 247 | 20 | 55 |
| Binary | 1100001 | 10000110 | 1111110 | 11100 | 0 | 110 | 101111 | 10100111 | 10000 | 101101 |
Color Harmonies of #61867E
Complementary color
Monochromatic Colors of #61867E
Black with #61867E
Text Example
Text Example
White with #61867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61867E; }
p { color: rgb(97,134,126); }
H1.HeaderClassName
{
color: #61867E;
}
.AnyTagClassName
{
color: #61867E;
}
</style>
background-color css
<style>
a { background-color: #61867E; }
a { background-color: rgb(97,134,126); }
div.DivClassName
{
background-color: #61867E;
}
.BgClassName
{
background-color: #61867E;
}
</style>
border-color css
<style>
span { border-color: #61867E; }
span { border-color: rgb(97,134,126); }
td.TdClassName
{
border-color: #61867E;
}
.TagClassName
{
border-color: #61867E;
}
</style>