Shades of Patina #618C85
Tints of Patina #618C85
RGB
CMYK
RGB Variations
Color information
#618C85 (or 0x618C85) is known color: Patina. HEX triplet: 61, 8C and 85. RGB value is (97,140,133). Sum of RGB (Red+Green+Blue) = 97+140+133=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #618C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C85 is #9E737A. Grayscale: #7E7E7E. Windows color (decimal): -10384251 or 8752225. OLE color: 8752225.
HSL color Cylindrical-coordinate representation of color #618C85: hue angle of 170.23º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618C85 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 140 | 133 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.45 |
| HSL | 170.23º | 0.18% | 0.46% | - |
| HSV(B) | 170.23º | 0.31% | 0.55% | - |
| XYZ | 18.54 | 22.99 | 25.65 | - |
| YUV | 126.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 133 | 0.31 | 0 | 0.05 | 0.45 | 170.23 | 0.18 | 0.46 |
| Hex | 61 | 8C | 85 | 1F | 0 | 5 | 2D | AA | 12 | 2E |
| Octal | 141 | 214 | 205 | 37 | 0 | 5 | 55 | 252 | 22 | 56 |
| Binary | 1100001 | 10001100 | 10000101 | 11111 | 0 | 101 | 101101 | 10101010 | 10010 | 101110 |
Color Harmonies of #618C85
Complementary color
Monochromatic Colors of #618C85
Black with #618C85
Text Example
Text Example
White with #618C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C85; }
p { color: rgb(97,140,133); }
H1.HeaderClassName
{
color: #618C85;
}
.AnyTagClassName
{
color: #618C85;
}
</style>
background-color css
<style>
a { background-color: #618C85; }
a { background-color: rgb(97,140,133); }
div.DivClassName
{
background-color: #618C85;
}
.BgClassName
{
background-color: #618C85;
}
</style>
border-color css
<style>
span { border-color: #618C85; }
span { border-color: rgb(97,140,133); }
td.TdClassName
{
border-color: #618C85;
}
.TagClassName
{
border-color: #618C85;
}
</style>