Shades of Patina #619F8D
Tints of Patina #619F8D
RGB
CMYK
RGB Variations
Color information
#619F8D (or 0x619F8D) is known color: Patina. HEX triplet: 61, 9F and 8D. RGB value is (97,159,141). Sum of RGB (Red+Green+Blue) = 97+159+141=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #619F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619F8D is #9E6072. Grayscale: #8A8A8A. Windows color (decimal): -10379379 or 9281377. OLE color: 9281377.
HSL color Cylindrical-coordinate representation of color #619F8D: hue angle of 162.58º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F8D is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 141 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.38 |
| HSL | 162.58º | 0.24% | 0.5% | - |
| HSV(B) | 162.58º | 0.39% | 0.62% | - |
| XYZ | 22.14 | 29.26 | 29.68 | - |
| YUV | 138.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 141 | 0.39 | 0 | 0.11 | 0.38 | 162.58 | 0.24 | 0.5 |
| Hex | 61 | 9F | 8D | 27 | 0 | B | 26 | A3 | 18 | 32 |
| Octal | 141 | 237 | 215 | 47 | 0 | 13 | 46 | 243 | 30 | 62 |
| Binary | 1100001 | 10011111 | 10001101 | 100111 | 0 | 1011 | 100110 | 10100011 | 11000 | 110010 |
Color Harmonies of #619F8D
Complementary color
Monochromatic Colors of #619F8D
Black with #619F8D
Text Example
Text Example
White with #619F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F8D; }
p { color: rgb(97,159,141); }
H1.HeaderClassName
{
color: #619F8D;
}
.AnyTagClassName
{
color: #619F8D;
}
</style>
background-color css
<style>
a { background-color: #619F8D; }
a { background-color: rgb(97,159,141); }
div.DivClassName
{
background-color: #619F8D;
}
.BgClassName
{
background-color: #619F8D;
}
</style>
border-color css
<style>
span { border-color: #619F8D; }
span { border-color: rgb(97,159,141); }
td.TdClassName
{
border-color: #619F8D;
}
.TagClassName
{
border-color: #619F8D;
}
</style>