Shades of Patina #619D89
Tints of Patina #619D89
RGB
CMYK
RGB Variations
Color information
#619D89 (or 0x619D89) is known color: Patina. HEX triplet: 61, 9D and 89. RGB value is (97,157,137). Sum of RGB (Red+Green+Blue) = 97+157+137=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #619D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D89 is #9E6276. Grayscale: #888888. Windows color (decimal): -10379895 or 9018721. OLE color: 9018721.
HSL color Cylindrical-coordinate representation of color #619D89: hue angle of 160º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D89 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 137 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.38 |
| HSL | 160º | 0.24% | 0.5% | - |
| HSV(B) | 160º | 0.38% | 0.62% | - |
| XYZ | 21.5 | 28.46 | 28.03 | - |
| YUV | 136.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 137 | 0.38 | 0 | 0.13 | 0.38 | 160 | 0.24 | 0.5 |
| Hex | 61 | 9D | 89 | 26 | 0 | D | 26 | A0 | 18 | 32 |
| Octal | 141 | 235 | 211 | 46 | 0 | 15 | 46 | 240 | 30 | 62 |
| Binary | 1100001 | 10011101 | 10001001 | 100110 | 0 | 1101 | 100110 | 10100000 | 11000 | 110010 |
Color Harmonies of #619D89
Complementary color
Monochromatic Colors of #619D89
Black with #619D89
Text Example
Text Example
White with #619D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D89; }
p { color: rgb(97,157,137); }
H1.HeaderClassName
{
color: #619D89;
}
.AnyTagClassName
{
color: #619D89;
}
</style>
background-color css
<style>
a { background-color: #619D89; }
a { background-color: rgb(97,157,137); }
div.DivClassName
{
background-color: #619D89;
}
.BgClassName
{
background-color: #619D89;
}
</style>
border-color css
<style>
span { border-color: #619D89; }
span { border-color: rgb(97,157,137); }
td.TdClassName
{
border-color: #619D89;
}
.TagClassName
{
border-color: #619D89;
}
</style>