Shades of Patina #618B7D
Tints of Patina #618B7D
RGB
CMYK
RGB Variations
Color information
#618B7D (or 0x618B7D) is known color: Patina. HEX triplet: 61, 8B and 7D. RGB value is (97,139,125). Sum of RGB (Red+Green+Blue) = 97+139+125=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #618B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B7D is #9E7482. Grayscale: #7C7C7C. Windows color (decimal): -10384515 or 8227681. OLE color: 8227681.
HSL color Cylindrical-coordinate representation of color #618B7D: hue angle of 160º 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 #618B7D is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 125 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.45 |
| HSL | 160º | 0.18% | 0.46% | - |
| HSV(B) | 160º | 0.3% | 0.55% | - |
| XYZ | 17.86 | 22.49 | 22.8 | - |
| YUV | 124.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 125 | 0.30 | 0 | 0.10 | 0.45 | 160 | 0.18 | 0.46 |
| Hex | 61 | 8B | 7D | 1E | 0 | A | 2D | A0 | 12 | 2E |
| Octal | 141 | 213 | 175 | 36 | 0 | 12 | 55 | 240 | 22 | 56 |
| Binary | 1100001 | 10001011 | 1111101 | 11110 | 0 | 1010 | 101101 | 10100000 | 10010 | 101110 |
Color Harmonies of #618B7D
Complementary color
Monochromatic Colors of #618B7D
Black with #618B7D
Text Example
Text Example
White with #618B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B7D; }
p { color: rgb(97,139,125); }
H1.HeaderClassName
{
color: #618B7D;
}
.AnyTagClassName
{
color: #618B7D;
}
</style>
background-color css
<style>
a { background-color: #618B7D; }
a { background-color: rgb(97,139,125); }
div.DivClassName
{
background-color: #618B7D;
}
.BgClassName
{
background-color: #618B7D;
}
</style>
border-color css
<style>
span { border-color: #618B7D; }
span { border-color: rgb(97,139,125); }
td.TdClassName
{
border-color: #618B7D;
}
.TagClassName
{
border-color: #618B7D;
}
</style>