Shades of Patina #61948C
Tints of Patina #61948C
RGB
CMYK
RGB Variations
Color information
#61948C (or 0x61948C) is known color: Patina. HEX triplet: 61, 94 and 8C. RGB value is (97,148,140). Sum of RGB (Red+Green+Blue) = 97+148+140=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #61948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61948C is #9E6B73. Grayscale: #838383. Windows color (decimal): -10382196 or 9213025. OLE color: 9213025.
HSL color Cylindrical-coordinate representation of color #61948C: hue angle of 170.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61948C is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 148 | 140 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.42 |
| HSL | 170.59º | 0.21% | 0.48% | - |
| HSV(B) | 170.59º | 0.34% | 0.58% | - |
| XYZ | 20.25 | 25.61 | 28.69 | - |
| YUV | 131.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 140 | 0.34 | 0 | 0.05 | 0.42 | 170.59 | 0.21 | 0.48 |
| Hex | 61 | 94 | 8C | 22 | 0 | 5 | 2A | AB | 15 | 30 |
| Octal | 141 | 224 | 214 | 42 | 0 | 5 | 52 | 253 | 25 | 60 |
| Binary | 1100001 | 10010100 | 10001100 | 100010 | 0 | 101 | 101010 | 10101011 | 10101 | 110000 |
Color Harmonies of #61948C
Complementary color
Monochromatic Colors of #61948C
Black with #61948C
Text Example
Text Example
White with #61948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61948C; }
p { color: rgb(97,148,140); }
H1.HeaderClassName
{
color: #61948C;
}
.AnyTagClassName
{
color: #61948C;
}
</style>
background-color css
<style>
a { background-color: #61948C; }
a { background-color: rgb(97,148,140); }
div.DivClassName
{
background-color: #61948C;
}
.BgClassName
{
background-color: #61948C;
}
</style>
border-color css
<style>
span { border-color: #61948C; }
span { border-color: rgb(97,148,140); }
td.TdClassName
{
border-color: #61948C;
}
.TagClassName
{
border-color: #61948C;
}
</style>