Shades of Patina #61938B
Tints of Patina #61938B
RGB
CMYK
RGB Variations
Color information
#61938B (or 0x61938B) is known color: Patina. HEX triplet: 61, 93 and 8B. RGB value is (97,147,139). Sum of RGB (Red+Green+Blue) = 97+147+139=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #61938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61938B is #9E6C74. Grayscale: #838383. Windows color (decimal): -10382453 or 9147233. OLE color: 9147233.
HSL color Cylindrical-coordinate representation of color #61938B: hue angle of 170.4º degrees, saturation: 0.2, 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 #61938B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 147 | 139 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.42 |
| HSL | 170.4º | 0.2% | 0.48% | - |
| HSV(B) | 170.4º | 0.34% | 0.58% | - |
| XYZ | 20.02 | 25.27 | 28.25 | - |
| YUV | 131.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 139 | 0.34 | 0 | 0.05 | 0.42 | 170.4 | 0.2 | 0.48 |
| Hex | 61 | 93 | 8B | 22 | 0 | 5 | 2A | AA | 14 | 30 |
| Octal | 141 | 223 | 213 | 42 | 0 | 5 | 52 | 252 | 24 | 60 |
| Binary | 1100001 | 10010011 | 10001011 | 100010 | 0 | 101 | 101010 | 10101010 | 10100 | 110000 |
Color Harmonies of #61938B
Complementary color
Monochromatic Colors of #61938B
Black with #61938B
Text Example
Text Example
White with #61938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61938B; }
p { color: rgb(97,147,139); }
H1.HeaderClassName
{
color: #61938B;
}
.AnyTagClassName
{
color: #61938B;
}
</style>
background-color css
<style>
a { background-color: #61938B; }
a { background-color: rgb(97,147,139); }
div.DivClassName
{
background-color: #61938B;
}
.BgClassName
{
background-color: #61938B;
}
</style>
border-color css
<style>
span { border-color: #61938B; }
span { border-color: rgb(97,147,139); }
td.TdClassName
{
border-color: #61938B;
}
.TagClassName
{
border-color: #61938B;
}
</style>