Shades of Patina #619D91
Tints of Patina #619D91
RGB
CMYK
RGB Variations
Color information
#619D91 (or 0x619D91) is known color: Patina. HEX triplet: 61, 9D and 91. RGB value is (97,157,145). Sum of RGB (Red+Green+Blue) = 97+157+145=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #619D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D91 is #9E626E. Grayscale: #898989. Windows color (decimal): -10379887 or 9543009. OLE color: 9543009.
HSL color Cylindrical-coordinate representation of color #619D91: hue angle of 168º 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 #619D91 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 145 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.38 |
| HSL | 168º | 0.24% | 0.5% | - |
| HSV(B) | 168º | 0.38% | 0.62% | - |
| XYZ | 22.1 | 28.7 | 31.16 | - |
| YUV | 137.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 145 | 0.38 | 0 | 0.08 | 0.38 | 168 | 0.24 | 0.5 |
| Hex | 61 | 9D | 91 | 26 | 0 | 8 | 26 | A8 | 18 | 32 |
| Octal | 141 | 235 | 221 | 46 | 0 | 10 | 46 | 250 | 30 | 62 |
| Binary | 1100001 | 10011101 | 10010001 | 100110 | 0 | 1000 | 100110 | 10101000 | 11000 | 110010 |
Color Harmonies of #619D91
Complementary color
Monochromatic Colors of #619D91
Black with #619D91
Text Example
Text Example
White with #619D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D91; }
p { color: rgb(97,157,145); }
H1.HeaderClassName
{
color: #619D91;
}
.AnyTagClassName
{
color: #619D91;
}
</style>
background-color css
<style>
a { background-color: #619D91; }
a { background-color: rgb(97,157,145); }
div.DivClassName
{
background-color: #619D91;
}
.BgClassName
{
background-color: #619D91;
}
</style>
border-color css
<style>
span { border-color: #619D91; }
span { border-color: rgb(97,157,145); }
td.TdClassName
{
border-color: #619D91;
}
.TagClassName
{
border-color: #619D91;
}
</style>