Shades of Patina #618B80
Tints of Patina #618B80
RGB
CMYK
RGB Variations
Color information
#618B80 (or 0x618B80) is known color: Patina. HEX triplet: 61, 8B and 80. RGB value is (97,139,128). Sum of RGB (Red+Green+Blue) = 97+139+128=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #618B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B80 is #9E747F. Grayscale: #7D7D7D. Windows color (decimal): -10384512 or 8424289. OLE color: 8424289.
HSL color Cylindrical-coordinate representation of color #618B80: hue angle of 164.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B80 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 128 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.45 |
| HSL | 164.29º | 0.18% | 0.46% | - |
| HSV(B) | 164.29º | 0.3% | 0.55% | - |
| XYZ | 18.06 | 22.57 | 23.83 | - |
| YUV | 125.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 128 | 0.30 | 0 | 0.08 | 0.45 | 164.29 | 0.18 | 0.46 |
| Hex | 61 | 8B | 80 | 1E | 0 | 8 | 2D | A4 | 12 | 2E |
| Octal | 141 | 213 | 200 | 36 | 0 | 10 | 55 | 244 | 22 | 56 |
| Binary | 1100001 | 10001011 | 10000000 | 11110 | 0 | 1000 | 101101 | 10100100 | 10010 | 101110 |
Color Harmonies of #618B80
Complementary color
Monochromatic Colors of #618B80
Black with #618B80
Text Example
Text Example
White with #618B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B80; }
p { color: rgb(97,139,128); }
H1.HeaderClassName
{
color: #618B80;
}
.AnyTagClassName
{
color: #618B80;
}
</style>
background-color css
<style>
a { background-color: #618B80; }
a { background-color: rgb(97,139,128); }
div.DivClassName
{
background-color: #618B80;
}
.BgClassName
{
background-color: #618B80;
}
</style>
border-color css
<style>
span { border-color: #618B80; }
span { border-color: rgb(97,139,128); }
td.TdClassName
{
border-color: #618B80;
}
.TagClassName
{
border-color: #618B80;
}
</style>