Shades of Patina #619B85
Tints of Patina #619B85
RGB
CMYK
RGB Variations
Color information
#619B85 (or 0x619B85) is known color: Patina. HEX triplet: 61, 9B and 85. RGB value is (97,155,133). Sum of RGB (Red+Green+Blue) = 97+155+133=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #619B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B85 is #9E647A. Grayscale: #878787. Windows color (decimal): -10380411 or 8756065. OLE color: 8756065.
HSL color Cylindrical-coordinate representation of color #619B85: hue angle of 157.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B85 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 133 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.39 |
| HSL | 157.24º | 0.23% | 0.49% | - |
| HSV(B) | 157.24º | 0.37% | 0.61% | - |
| XYZ | 20.88 | 27.68 | 26.43 | - |
| YUV | 135.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 133 | 0.37 | 0 | 0.14 | 0.39 | 157.24 | 0.23 | 0.49 |
| Hex | 61 | 9B | 85 | 25 | 0 | E | 27 | 9D | 17 | 31 |
| Octal | 141 | 233 | 205 | 45 | 0 | 16 | 47 | 235 | 27 | 61 |
| Binary | 1100001 | 10011011 | 10000101 | 100101 | 0 | 1110 | 100111 | 10011101 | 10111 | 110001 |
Color Harmonies of #619B85
Complementary color
Monochromatic Colors of #619B85
Black with #619B85
Text Example
Text Example
White with #619B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B85; }
p { color: rgb(97,155,133); }
H1.HeaderClassName
{
color: #619B85;
}
.AnyTagClassName
{
color: #619B85;
}
</style>
background-color css
<style>
a { background-color: #619B85; }
a { background-color: rgb(97,155,133); }
div.DivClassName
{
background-color: #619B85;
}
.BgClassName
{
background-color: #619B85;
}
</style>
border-color css
<style>
span { border-color: #619B85; }
span { border-color: rgb(97,155,133); }
td.TdClassName
{
border-color: #619B85;
}
.TagClassName
{
border-color: #619B85;
}
</style>