Shades of Patina #608C85
Tints of Patina #608C85
RGB
CMYK
RGB Variations
Color information
#608C85 (or 0x608C85) is known color: Patina. HEX triplet: 60, 8C and 85. RGB value is (96,140,133). Sum of RGB (Red+Green+Blue) = 96+140+133=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #608C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C85 is #9F737A. Grayscale: #7E7E7E. Windows color (decimal): -10449787 or 8752224. OLE color: 8752224.
HSL color Cylindrical-coordinate representation of color #608C85: hue angle of 170.45º degrees, saturation: 0.19, 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 #608C85 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 133 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.45 |
| HSL | 170.45º | 0.19% | 0.46% | - |
| HSV(B) | 170.45º | 0.31% | 0.55% | - |
| XYZ | 18.44 | 22.94 | 25.65 | - |
| YUV | 126.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 133 | 0.31 | 0 | 0.05 | 0.45 | 170.45 | 0.19 | 0.46 |
| Hex | 60 | 8C | 85 | 1F | 0 | 5 | 2D | AA | 13 | 2E |
| Octal | 140 | 214 | 205 | 37 | 0 | 5 | 55 | 252 | 23 | 56 |
| Binary | 1100000 | 10001100 | 10000101 | 11111 | 0 | 101 | 101101 | 10101010 | 10011 | 101110 |
Color Harmonies of #608C85
Complementary color
Monochromatic Colors of #608C85
Black with #608C85
Text Example
Text Example
White with #608C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C85; }
p { color: rgb(96,140,133); }
H1.HeaderClassName
{
color: #608C85;
}
.AnyTagClassName
{
color: #608C85;
}
</style>
background-color css
<style>
a { background-color: #608C85; }
a { background-color: rgb(96,140,133); }
div.DivClassName
{
background-color: #608C85;
}
.BgClassName
{
background-color: #608C85;
}
</style>
border-color css
<style>
span { border-color: #608C85; }
span { border-color: rgb(96,140,133); }
td.TdClassName
{
border-color: #608C85;
}
.TagClassName
{
border-color: #608C85;
}
</style>