Shades of Patina #608C84
Tints of Patina #608C84
RGB
CMYK
RGB Variations
Color information
#608C84 (or 0x608C84) is known color: Patina. HEX triplet: 60, 8C and 84. RGB value is (96,140,132). Sum of RGB (Red+Green+Blue) = 96+140+132=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 140 - color contains mainly: green. Hex color #608C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C84 is #9F737B. Grayscale: #7D7D7D. Windows color (decimal): -10449788 or 8686688. OLE color: 8686688.
HSL color Cylindrical-coordinate representation of color #608C84: hue angle of 169.09º 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 #608C84 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 132 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.45 |
| HSL | 169.09º | 0.19% | 0.46% | - |
| HSV(B) | 169.09º | 0.31% | 0.55% | - |
| XYZ | 18.37 | 22.91 | 25.28 | - |
| YUV | 125.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 132 | 0.31 | 0 | 0.06 | 0.45 | 169.09 | 0.19 | 0.46 |
| Hex | 60 | 8C | 84 | 1F | 0 | 6 | 2D | A9 | 13 | 2E |
| Octal | 140 | 214 | 204 | 37 | 0 | 6 | 55 | 251 | 23 | 56 |
| Binary | 1100000 | 10001100 | 10000100 | 11111 | 0 | 110 | 101101 | 10101001 | 10011 | 101110 |
Color Harmonies of #608C84
Complementary color
Monochromatic Colors of #608C84
Black with #608C84
Text Example
Text Example
White with #608C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C84; }
p { color: rgb(96,140,132); }
H1.HeaderClassName
{
color: #608C84;
}
.AnyTagClassName
{
color: #608C84;
}
</style>
background-color css
<style>
a { background-color: #608C84; }
a { background-color: rgb(96,140,132); }
div.DivClassName
{
background-color: #608C84;
}
.BgClassName
{
background-color: #608C84;
}
</style>
border-color css
<style>
span { border-color: #608C84; }
span { border-color: rgb(96,140,132); }
td.TdClassName
{
border-color: #608C84;
}
.TagClassName
{
border-color: #608C84;
}
</style>