Shades of Patina #619585
Tints of Patina #619585
RGB
CMYK
RGB Variations
Color information
#619585 (or 0x619585) is known color: Patina. HEX triplet: 61, 95 and 85. RGB value is (97,149,133). Sum of RGB (Red+Green+Blue) = 97+149+133=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #619585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619585 is #9E6A7A. Grayscale: #838383. Windows color (decimal): -10381947 or 8754529. OLE color: 8754529.
HSL color Cylindrical-coordinate representation of color #619585: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619585 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 133 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.42 |
| HSL | 161.54º | 0.21% | 0.48% | - |
| HSV(B) | 161.54º | 0.35% | 0.58% | - |
| XYZ | 19.91 | 25.73 | 26.11 | - |
| YUV | 131.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 133 | 0.35 | 0 | 0.11 | 0.42 | 161.54 | 0.21 | 0.48 |
| Hex | 61 | 95 | 85 | 23 | 0 | B | 2A | A2 | 15 | 30 |
| Octal | 141 | 225 | 205 | 43 | 0 | 13 | 52 | 242 | 25 | 60 |
| Binary | 1100001 | 10010101 | 10000101 | 100011 | 0 | 1011 | 101010 | 10100010 | 10101 | 110000 |
Color Harmonies of #619585
Complementary color
Monochromatic Colors of #619585
Black with #619585
Text Example
Text Example
White with #619585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619585; }
p { color: rgb(97,149,133); }
H1.HeaderClassName
{
color: #619585;
}
.AnyTagClassName
{
color: #619585;
}
</style>
background-color css
<style>
a { background-color: #619585; }
a { background-color: rgb(97,149,133); }
div.DivClassName
{
background-color: #619585;
}
.BgClassName
{
background-color: #619585;
}
</style>
border-color css
<style>
span { border-color: #619585; }
span { border-color: rgb(97,149,133); }
td.TdClassName
{
border-color: #619585;
}
.TagClassName
{
border-color: #619585;
}
</style>