Shades of Patina #619D8D
Tints of Patina #619D8D
RGB
CMYK
RGB Variations
Color information
#619D8D (or 0x619D8D) is known color: Patina. HEX triplet: 61, 9D and 8D. RGB value is (97,157,141). Sum of RGB (Red+Green+Blue) = 97+157+141=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #619D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D8D is #9E6272. Grayscale: #898989. Windows color (decimal): -10379891 or 9280865. OLE color: 9280865.
HSL color Cylindrical-coordinate representation of color #619D8D: hue angle of 164º 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 #619D8D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 141 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.38 |
| HSL | 164º | 0.24% | 0.5% | - |
| HSV(B) | 164º | 0.38% | 0.62% | - |
| XYZ | 21.79 | 28.58 | 29.57 | - |
| YUV | 137.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 141 | 0.38 | 0 | 0.10 | 0.38 | 164 | 0.24 | 0.5 |
| Hex | 61 | 9D | 8D | 26 | 0 | A | 26 | A4 | 18 | 32 |
| Octal | 141 | 235 | 215 | 46 | 0 | 12 | 46 | 244 | 30 | 62 |
| Binary | 1100001 | 10011101 | 10001101 | 100110 | 0 | 1010 | 100110 | 10100100 | 11000 | 110010 |
Color Harmonies of #619D8D
Complementary color
Monochromatic Colors of #619D8D
Black with #619D8D
Text Example
Text Example
White with #619D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D8D; }
p { color: rgb(97,157,141); }
H1.HeaderClassName
{
color: #619D8D;
}
.AnyTagClassName
{
color: #619D8D;
}
</style>
background-color css
<style>
a { background-color: #619D8D; }
a { background-color: rgb(97,157,141); }
div.DivClassName
{
background-color: #619D8D;
}
.BgClassName
{
background-color: #619D8D;
}
</style>
border-color css
<style>
span { border-color: #619D8D; }
span { border-color: rgb(97,157,141); }
td.TdClassName
{
border-color: #619D8D;
}
.TagClassName
{
border-color: #619D8D;
}
</style>