Shades of Patina #61867F
Tints of Patina #61867F
RGB
CMYK
RGB Variations
Color information
#61867F (or 0x61867F) is known color: Patina. HEX triplet: 61, 86 and 7F. RGB value is (97,134,127). Sum of RGB (Red+Green+Blue) = 97+134+127=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #61867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61867F is #9E7980. Grayscale: #7A7A7A. Windows color (decimal): -10385793 or 8357473. OLE color: 8357473.
HSL color Cylindrical-coordinate representation of color #61867F: hue angle of 168.65º 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 #61867F is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 134 | 127 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.47 |
| HSL | 168.65º | 0.16% | 0.45% | - |
| HSV(B) | 168.65º | 0.28% | 0.53% | - |
| XYZ | 17.29 | 21.12 | 23.24 | - |
| YUV | 122.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 127 | 0.28 | 0 | 0.05 | 0.47 | 168.65 | 0.16 | 0.45 |
| Hex | 61 | 86 | 7F | 1C | 0 | 5 | 2F | A9 | 10 | 2D |
| Octal | 141 | 206 | 177 | 34 | 0 | 5 | 57 | 251 | 20 | 55 |
| Binary | 1100001 | 10000110 | 1111111 | 11100 | 0 | 101 | 101111 | 10101001 | 10000 | 101101 |
Color Harmonies of #61867F
Complementary color
Monochromatic Colors of #61867F
Black with #61867F
Text Example
Text Example
White with #61867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61867F; }
p { color: rgb(97,134,127); }
H1.HeaderClassName
{
color: #61867F;
}
.AnyTagClassName
{
color: #61867F;
}
</style>
background-color css
<style>
a { background-color: #61867F; }
a { background-color: rgb(97,134,127); }
div.DivClassName
{
background-color: #61867F;
}
.BgClassName
{
background-color: #61867F;
}
</style>
border-color css
<style>
span { border-color: #61867F; }
span { border-color: rgb(97,134,127); }
td.TdClassName
{
border-color: #61867F;
}
.TagClassName
{
border-color: #61867F;
}
</style>