Shades of Patina #619189
Tints of Patina #619189
RGB
CMYK
RGB Variations
Color information
#619189 (or 0x619189) is known color: Patina. HEX triplet: 61, 91 and 89. RGB value is (97,145,137). Sum of RGB (Red+Green+Blue) = 97+145+137=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #619189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619189 is #9E6E76. Grayscale: #818181. Windows color (decimal): -10382967 or 9015649. OLE color: 9015649.
HSL color Cylindrical-coordinate representation of color #619189: hue angle of 170º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619189 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 137 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.43 |
| HSL | 170º | 0.2% | 0.47% | - |
| HSV(B) | 170º | 0.33% | 0.57% | - |
| XYZ | 19.57 | 24.6 | 27.38 | - |
| YUV | 129.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 137 | 0.33 | 0 | 0.06 | 0.43 | 170 | 0.2 | 0.47 |
| Hex | 61 | 91 | 89 | 21 | 0 | 6 | 2B | AA | 14 | 2F |
| Octal | 141 | 221 | 211 | 41 | 0 | 6 | 53 | 252 | 24 | 57 |
| Binary | 1100001 | 10010001 | 10001001 | 100001 | 0 | 110 | 101011 | 10101010 | 10100 | 101111 |
Color Harmonies of #619189
Complementary color
Monochromatic Colors of #619189
Black with #619189
Text Example
Text Example
White with #619189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619189; }
p { color: rgb(97,145,137); }
H1.HeaderClassName
{
color: #619189;
}
.AnyTagClassName
{
color: #619189;
}
</style>
background-color css
<style>
a { background-color: #619189; }
a { background-color: rgb(97,145,137); }
div.DivClassName
{
background-color: #619189;
}
.BgClassName
{
background-color: #619189;
}
</style>
border-color css
<style>
span { border-color: #619189; }
span { border-color: rgb(97,145,137); }
td.TdClassName
{
border-color: #619189;
}
.TagClassName
{
border-color: #619189;
}
</style>