Shades of Patina #61947E
Tints of Patina #61947E
RGB
CMYK
RGB Variations
Color information
#61947E (or 0x61947E) is known color: Patina. HEX triplet: 61, 94 and 7E. RGB value is (97,148,126). Sum of RGB (Red+Green+Blue) = 97+148+126=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #61947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61947E is #9E6B81. Grayscale: #828282. Windows color (decimal): -10382210 or 8295521. OLE color: 8295521.
HSL color Cylindrical-coordinate representation of color #61947E: hue angle of 154.12º 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 #61947E is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 148 | 126 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.42 |
| HSL | 154.12º | 0.21% | 0.48% | - |
| HSV(B) | 154.12º | 0.34% | 0.58% | - |
| XYZ | 19.29 | 25.23 | 23.59 | - |
| YUV | 130.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 126 | 0.34 | 0 | 0.15 | 0.42 | 154.12 | 0.21 | 0.48 |
| Hex | 61 | 94 | 7E | 22 | 0 | F | 2A | 9A | 15 | 30 |
| Octal | 141 | 224 | 176 | 42 | 0 | 17 | 52 | 232 | 25 | 60 |
| Binary | 1100001 | 10010100 | 1111110 | 100010 | 0 | 1111 | 101010 | 10011010 | 10101 | 110000 |
Color Harmonies of #61947E
Complementary color
Monochromatic Colors of #61947E
Black with #61947E
Text Example
Text Example
White with #61947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61947E; }
p { color: rgb(97,148,126); }
H1.HeaderClassName
{
color: #61947E;
}
.AnyTagClassName
{
color: #61947E;
}
</style>
background-color css
<style>
a { background-color: #61947E; }
a { background-color: rgb(97,148,126); }
div.DivClassName
{
background-color: #61947E;
}
.BgClassName
{
background-color: #61947E;
}
</style>
border-color css
<style>
span { border-color: #61947E; }
span { border-color: rgb(97,148,126); }
td.TdClassName
{
border-color: #61947E;
}
.TagClassName
{
border-color: #61947E;
}
</style>