Shades of Patina #618882
Tints of Patina #618882
RGB
CMYK
RGB Variations
Color information
#618882 (or 0x618882) is known color: Patina. HEX triplet: 61, 88 and 82. RGB value is (97,136,130). Sum of RGB (Red+Green+Blue) = 97+136+130=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #618882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618882 is #9E777D. Grayscale: #7B7B7B. Windows color (decimal): -10385278 or 8554593. OLE color: 8554593.
HSL color Cylindrical-coordinate representation of color #618882: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618882 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 130 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.47 |
| HSL | 170.77º | 0.17% | 0.46% | - |
| HSV(B) | 170.77º | 0.29% | 0.53% | - |
| XYZ | 17.76 | 21.76 | 24.38 | - |
| YUV | 123.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 130 | 0.29 | 0 | 0.04 | 0.47 | 170.77 | 0.17 | 0.46 |
| Hex | 61 | 88 | 82 | 1D | 0 | 4 | 2F | AB | 11 | 2E |
| Octal | 141 | 210 | 202 | 35 | 0 | 4 | 57 | 253 | 21 | 56 |
| Binary | 1100001 | 10001000 | 10000010 | 11101 | 0 | 100 | 101111 | 10101011 | 10001 | 101110 |
Color Harmonies of #618882
Complementary color
Monochromatic Colors of #618882
Black with #618882
Text Example
Text Example
White with #618882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618882; }
p { color: rgb(97,136,130); }
H1.HeaderClassName
{
color: #618882;
}
.AnyTagClassName
{
color: #618882;
}
</style>
background-color css
<style>
a { background-color: #618882; }
a { background-color: rgb(97,136,130); }
div.DivClassName
{
background-color: #618882;
}
.BgClassName
{
background-color: #618882;
}
</style>
border-color css
<style>
span { border-color: #618882; }
span { border-color: rgb(97,136,130); }
td.TdClassName
{
border-color: #618882;
}
.TagClassName
{
border-color: #618882;
}
</style>