Shades of Patina #61998B
Tints of Patina #61998B
RGB
CMYK
RGB Variations
Color information
#61998B (or 0x61998B) is known color: Patina. HEX triplet: 61, 99 and 8B. RGB value is (97,153,139). Sum of RGB (Red+Green+Blue) = 97+153+139=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #61998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61998B is #9E6674. Grayscale: #868686. Windows color (decimal): -10380917 or 9148769. OLE color: 9148769.
HSL color Cylindrical-coordinate representation of color #61998B: hue angle of 165º 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 #61998B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 139 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.4 |
| HSL | 165º | 0.22% | 0.49% | - |
| HSV(B) | 165º | 0.37% | 0.6% | - |
| XYZ | 20.98 | 27.19 | 28.57 | - |
| YUV | 134.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 139 | 0.37 | 0 | 0.09 | 0.4 | 165 | 0.22 | 0.49 |
| Hex | 61 | 99 | 8B | 25 | 0 | 9 | 28 | A5 | 16 | 31 |
| Octal | 141 | 231 | 213 | 45 | 0 | 11 | 50 | 245 | 26 | 61 |
| Binary | 1100001 | 10011001 | 10001011 | 100101 | 0 | 1001 | 101000 | 10100101 | 10110 | 110001 |
Color Harmonies of #61998B
Complementary color
Monochromatic Colors of #61998B
Black with #61998B
Text Example
Text Example
White with #61998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61998B; }
p { color: rgb(97,153,139); }
H1.HeaderClassName
{
color: #61998B;
}
.AnyTagClassName
{
color: #61998B;
}
</style>
background-color css
<style>
a { background-color: #61998B; }
a { background-color: rgb(97,153,139); }
div.DivClassName
{
background-color: #61998B;
}
.BgClassName
{
background-color: #61998B;
}
</style>
border-color css
<style>
span { border-color: #61998B; }
span { border-color: rgb(97,153,139); }
td.TdClassName
{
border-color: #61998B;
}
.TagClassName
{
border-color: #61998B;
}
</style>