Shades of Patina #619F80
Tints of Patina #619F80
RGB
CMYK
RGB Variations
Color information
#619F80 (or 0x619F80) is known color: Patina. HEX triplet: 61, 9F and 80. RGB value is (97,159,128). Sum of RGB (Red+Green+Blue) = 97+159+128=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #619F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619F80 is #9E607F. Grayscale: #888888. Windows color (decimal): -10379392 or 8429409. OLE color: 8429409.
HSL color Cylindrical-coordinate representation of color #619F80: hue angle of 150º 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 #619F80 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 128 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.38 |
| HSL | 150º | 0.24% | 0.5% | - |
| HSV(B) | 150º | 0.39% | 0.62% | - |
| XYZ | 21.22 | 28.9 | 24.88 | - |
| YUV | 136.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 128 | 0.39 | 0 | 0.19 | 0.38 | 150 | 0.24 | 0.5 |
| Hex | 61 | 9F | 80 | 27 | 0 | 13 | 26 | 96 | 18 | 32 |
| Octal | 141 | 237 | 200 | 47 | 0 | 23 | 46 | 226 | 30 | 62 |
| Binary | 1100001 | 10011111 | 10000000 | 100111 | 0 | 10011 | 100110 | 10010110 | 11000 | 110010 |
Color Harmonies of #619F80
Complementary color
Monochromatic Colors of #619F80
Black with #619F80
Text Example
Text Example
White with #619F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F80; }
p { color: rgb(97,159,128); }
H1.HeaderClassName
{
color: #619F80;
}
.AnyTagClassName
{
color: #619F80;
}
</style>
background-color css
<style>
a { background-color: #619F80; }
a { background-color: rgb(97,159,128); }
div.DivClassName
{
background-color: #619F80;
}
.BgClassName
{
background-color: #619F80;
}
</style>
border-color css
<style>
span { border-color: #619F80; }
span { border-color: rgb(97,159,128); }
td.TdClassName
{
border-color: #619F80;
}
.TagClassName
{
border-color: #619F80;
}
</style>