Shades of Patina #619E8C
Tints of Patina #619E8C
RGB
CMYK
RGB Variations
Color information
#619E8C (or 0x619E8C) is known color: Patina. HEX triplet: 61, 9E and 8C. RGB value is (97,158,140). Sum of RGB (Red+Green+Blue) = 97+158+140=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #619E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619E8C is #9E6173. Grayscale: #898989. Windows color (decimal): -10379636 or 9215585. OLE color: 9215585.
HSL color Cylindrical-coordinate representation of color #619E8C: hue angle of 162.3º 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 #619E8C is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 140 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.38 |
| HSL | 162.3º | 0.24% | 0.5% | - |
| HSV(B) | 162.3º | 0.39% | 0.62% | - |
| XYZ | 21.89 | 28.89 | 29.23 | - |
| YUV | 137.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 140 | 0.39 | 0 | 0.11 | 0.38 | 162.3 | 0.24 | 0.5 |
| Hex | 61 | 9E | 8C | 27 | 0 | B | 26 | A2 | 18 | 32 |
| Octal | 141 | 236 | 214 | 47 | 0 | 13 | 46 | 242 | 30 | 62 |
| Binary | 1100001 | 10011110 | 10001100 | 100111 | 0 | 1011 | 100110 | 10100010 | 11000 | 110010 |
Color Harmonies of #619E8C
Complementary color
Monochromatic Colors of #619E8C
Black with #619E8C
Text Example
Text Example
White with #619E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E8C; }
p { color: rgb(97,158,140); }
H1.HeaderClassName
{
color: #619E8C;
}
.AnyTagClassName
{
color: #619E8C;
}
</style>
background-color css
<style>
a { background-color: #619E8C; }
a { background-color: rgb(97,158,140); }
div.DivClassName
{
background-color: #619E8C;
}
.BgClassName
{
background-color: #619E8C;
}
</style>
border-color css
<style>
span { border-color: #619E8C; }
span { border-color: rgb(97,158,140); }
td.TdClassName
{
border-color: #619E8C;
}
.TagClassName
{
border-color: #619E8C;
}
</style>