Shades of Patina #61998C
Tints of Patina #61998C
RGB
CMYK
RGB Variations
Color information
#61998C (or 0x61998C) is known color: Patina. HEX triplet: 61, 99 and 8C. RGB value is (97,153,140). Sum of RGB (Red+Green+Blue) = 97+153+140=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #61998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61998C is #9E6673. Grayscale: #868686. Windows color (decimal): -10380916 or 9214305. OLE color: 9214305.
HSL color Cylindrical-coordinate representation of color #61998C: hue angle of 166.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61998C is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 140 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.4 |
| HSL | 166.07º | 0.22% | 0.49% | - |
| HSV(B) | 166.07º | 0.37% | 0.6% | - |
| XYZ | 21.05 | 27.22 | 28.95 | - |
| YUV | 134.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 140 | 0.37 | 0 | 0.08 | 0.4 | 166.07 | 0.22 | 0.49 |
| Hex | 61 | 99 | 8C | 25 | 0 | 8 | 28 | A6 | 16 | 31 |
| Octal | 141 | 231 | 214 | 45 | 0 | 10 | 50 | 246 | 26 | 61 |
| Binary | 1100001 | 10011001 | 10001100 | 100101 | 0 | 1000 | 101000 | 10100110 | 10110 | 110001 |
Color Harmonies of #61998C
Complementary color
Monochromatic Colors of #61998C
Black with #61998C
Text Example
Text Example
White with #61998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61998C; }
p { color: rgb(97,153,140); }
H1.HeaderClassName
{
color: #61998C;
}
.AnyTagClassName
{
color: #61998C;
}
</style>
background-color css
<style>
a { background-color: #61998C; }
a { background-color: rgb(97,153,140); }
div.DivClassName
{
background-color: #61998C;
}
.BgClassName
{
background-color: #61998C;
}
</style>
border-color css
<style>
span { border-color: #61998C; }
span { border-color: rgb(97,153,140); }
td.TdClassName
{
border-color: #61998C;
}
.TagClassName
{
border-color: #61998C;
}
</style>