Shades of Patina #619B8B
Tints of Patina #619B8B
RGB
CMYK
RGB Variations
Color information
#619B8B (or 0x619B8B) is known color: Patina. HEX triplet: 61, 9B and 8B. RGB value is (97,155,139). Sum of RGB (Red+Green+Blue) = 97+155+139=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #619B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B8B is #9E6474. Grayscale: #878787. Windows color (decimal): -10380405 or 9149281. OLE color: 9149281.
HSL color Cylindrical-coordinate representation of color #619B8B: hue angle of 163.45º 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 #619B8B is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 139 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.39 |
| HSL | 163.45º | 0.23% | 0.49% | - |
| HSV(B) | 163.45º | 0.37% | 0.61% | - |
| XYZ | 21.31 | 27.85 | 28.68 | - |
| YUV | 135.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 139 | 0.37 | 0 | 0.10 | 0.39 | 163.45 | 0.23 | 0.49 |
| Hex | 61 | 9B | 8B | 25 | 0 | A | 27 | A3 | 17 | 31 |
| Octal | 141 | 233 | 213 | 45 | 0 | 12 | 47 | 243 | 27 | 61 |
| Binary | 1100001 | 10011011 | 10001011 | 100101 | 0 | 1010 | 100111 | 10100011 | 10111 | 110001 |
Color Harmonies of #619B8B
Complementary color
Monochromatic Colors of #619B8B
Black with #619B8B
Text Example
Text Example
White with #619B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B8B; }
p { color: rgb(97,155,139); }
H1.HeaderClassName
{
color: #619B8B;
}
.AnyTagClassName
{
color: #619B8B;
}
</style>
background-color css
<style>
a { background-color: #619B8B; }
a { background-color: rgb(97,155,139); }
div.DivClassName
{
background-color: #619B8B;
}
.BgClassName
{
background-color: #619B8B;
}
</style>
border-color css
<style>
span { border-color: #619B8B; }
span { border-color: rgb(97,155,139); }
td.TdClassName
{
border-color: #619B8B;
}
.TagClassName
{
border-color: #619B8B;
}
</style>