Shades of Patina #619E7E
Tints of Patina #619E7E
RGB
CMYK
RGB Variations
Color information
#619E7E (or 0x619E7E) is known color: Patina. HEX triplet: 61, 9E and 7E. RGB value is (97,158,126). Sum of RGB (Red+Green+Blue) = 97+158+126=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #619E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E7E is #9E6181. Grayscale: #888888. Windows color (decimal): -10379650 or 8298081. OLE color: 8298081.
HSL color Cylindrical-coordinate representation of color #619E7E: hue angle of 148.52º 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 #619E7E is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 126 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.38 |
| HSL | 148.52º | 0.24% | 0.5% | - |
| HSV(B) | 148.52º | 0.39% | 0.62% | - |
| XYZ | 20.92 | 28.5 | 24.14 | - |
| YUV | 136.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 126 | 0.39 | 0 | 0.20 | 0.38 | 148.52 | 0.24 | 0.5 |
| Hex | 61 | 9E | 7E | 27 | 0 | 14 | 26 | 95 | 18 | 32 |
| Octal | 141 | 236 | 176 | 47 | 0 | 24 | 46 | 225 | 30 | 62 |
| Binary | 1100001 | 10011110 | 1111110 | 100111 | 0 | 10100 | 100110 | 10010101 | 11000 | 110010 |
Color Harmonies of #619E7E
Complementary color
Monochromatic Colors of #619E7E
Black with #619E7E
Text Example
Text Example
White with #619E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E7E; }
p { color: rgb(97,158,126); }
H1.HeaderClassName
{
color: #619E7E;
}
.AnyTagClassName
{
color: #619E7E;
}
</style>
background-color css
<style>
a { background-color: #619E7E; }
a { background-color: rgb(97,158,126); }
div.DivClassName
{
background-color: #619E7E;
}
.BgClassName
{
background-color: #619E7E;
}
</style>
border-color css
<style>
span { border-color: #619E7E; }
span { border-color: rgb(97,158,126); }
td.TdClassName
{
border-color: #619E7E;
}
.TagClassName
{
border-color: #619E7E;
}
</style>