Shades of Patina #61877C
Tints of Patina #61877C
RGB
CMYK
RGB Variations
Color information
#61877C (or 0x61877C) is known color: Patina. HEX triplet: 61, 87 and 7C. RGB value is (97,135,124). Sum of RGB (Red+Green+Blue) = 97+135+124=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #61877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61877C is #9E7883. Grayscale: #7A7A7A. Windows color (decimal): -10385540 or 8161121. OLE color: 8161121.
HSL color Cylindrical-coordinate representation of color #61877C: hue angle of 162.63º 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 #61877C is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 124 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.47 |
| HSL | 162.63º | 0.16% | 0.45% | - |
| HSV(B) | 162.63º | 0.28% | 0.53% | - |
| XYZ | 17.23 | 21.32 | 22.28 | - |
| YUV | 122.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 124 | 0.28 | 0 | 0.08 | 0.47 | 162.63 | 0.16 | 0.45 |
| Hex | 61 | 87 | 7C | 1C | 0 | 8 | 2F | A3 | 10 | 2D |
| Octal | 141 | 207 | 174 | 34 | 0 | 10 | 57 | 243 | 20 | 55 |
| Binary | 1100001 | 10000111 | 1111100 | 11100 | 0 | 1000 | 101111 | 10100011 | 10000 | 101101 |
Color Harmonies of #61877C
Complementary color
Monochromatic Colors of #61877C
Black with #61877C
Text Example
Text Example
White with #61877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61877C; }
p { color: rgb(97,135,124); }
H1.HeaderClassName
{
color: #61877C;
}
.AnyTagClassName
{
color: #61877C;
}
</style>
background-color css
<style>
a { background-color: #61877C; }
a { background-color: rgb(97,135,124); }
div.DivClassName
{
background-color: #61877C;
}
.BgClassName
{
background-color: #61877C;
}
</style>
border-color css
<style>
span { border-color: #61877C; }
span { border-color: rgb(97,135,124); }
td.TdClassName
{
border-color: #61877C;
}
.TagClassName
{
border-color: #61877C;
}
</style>