Shades of Patina #61957A
Tints of Patina #61957A
RGB
CMYK
RGB Variations
Color information
#61957A (or 0x61957A) is known color: Patina. HEX triplet: 61, 95 and 7A. RGB value is (97,149,122). Sum of RGB (Red+Green+Blue) = 97+149+122=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #61957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61957A is #9E6A85. Grayscale: #828282. Windows color (decimal): -10381958 or 8033633. OLE color: 8033633.
HSL color Cylindrical-coordinate representation of color #61957A: hue angle of 148.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61957A is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 122 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.42 |
| HSL | 148.85º | 0.21% | 0.48% | - |
| HSV(B) | 148.85º | 0.35% | 0.58% | - |
| XYZ | 19.19 | 25.44 | 22.31 | - |
| YUV | 130.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 122 | 0.35 | 0 | 0.18 | 0.42 | 148.85 | 0.21 | 0.48 |
| Hex | 61 | 95 | 7A | 23 | 0 | 12 | 2A | 95 | 15 | 30 |
| Octal | 141 | 225 | 172 | 43 | 0 | 22 | 52 | 225 | 25 | 60 |
| Binary | 1100001 | 10010101 | 1111010 | 100011 | 0 | 10010 | 101010 | 10010101 | 10101 | 110000 |
Color Harmonies of #61957A
Complementary color
Monochromatic Colors of #61957A
Black with #61957A
Text Example
Text Example
White with #61957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61957A; }
p { color: rgb(97,149,122); }
H1.HeaderClassName
{
color: #61957A;
}
.AnyTagClassName
{
color: #61957A;
}
</style>
background-color css
<style>
a { background-color: #61957A; }
a { background-color: rgb(97,149,122); }
div.DivClassName
{
background-color: #61957A;
}
.BgClassName
{
background-color: #61957A;
}
</style>
border-color css
<style>
span { border-color: #61957A; }
span { border-color: rgb(97,149,122); }
td.TdClassName
{
border-color: #61957A;
}
.TagClassName
{
border-color: #61957A;
}
</style>