Shades of Patina #619A86
Tints of Patina #619A86
RGB
CMYK
RGB Variations
Color information
#619A86 (or 0x619A86) is known color: Patina. HEX triplet: 61, 9A and 86. RGB value is (97,154,134). Sum of RGB (Red+Green+Blue) = 97+154+134=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #619A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A86 is #9E6579. Grayscale: #868686. Windows color (decimal): -10380666 or 8821345. OLE color: 8821345.
HSL color Cylindrical-coordinate representation of color #619A86: hue angle of 158.95º degrees, saturation: 0.23, 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 #619A86 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 134 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.40 |
| HSL | 158.95º | 0.23% | 0.49% | - |
| HSV(B) | 158.95º | 0.37% | 0.6% | - |
| XYZ | 20.79 | 27.37 | 26.74 | - |
| YUV | 134.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 134 | 0.37 | 0 | 0.13 | 0.40 | 158.95 | 0.23 | 0.49 |
| Hex | 61 | 9A | 86 | 25 | 0 | D | 28 | 9F | 17 | 31 |
| Octal | 141 | 232 | 206 | 45 | 0 | 15 | 50 | 237 | 27 | 61 |
| Binary | 1100001 | 10011010 | 10000110 | 100101 | 0 | 1101 | 101000 | 10011111 | 10111 | 110001 |
Color Harmonies of #619A86
Complementary color
Monochromatic Colors of #619A86
Black with #619A86
Text Example
Text Example
White with #619A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A86; }
p { color: rgb(97,154,134); }
H1.HeaderClassName
{
color: #619A86;
}
.AnyTagClassName
{
color: #619A86;
}
</style>
background-color css
<style>
a { background-color: #619A86; }
a { background-color: rgb(97,154,134); }
div.DivClassName
{
background-color: #619A86;
}
.BgClassName
{
background-color: #619A86;
}
</style>
border-color css
<style>
span { border-color: #619A86; }
span { border-color: rgb(97,154,134); }
td.TdClassName
{
border-color: #619A86;
}
.TagClassName
{
border-color: #619A86;
}
</style>