Shades of Patina #608E82
Tints of Patina #608E82
RGB
CMYK
RGB Variations
Color information
#608E82 (or 0x608E82) is known color: Patina. HEX triplet: 60, 8E and 82. RGB value is (96,142,130). Sum of RGB (Red+Green+Blue) = 96+142+130=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #608E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E82 is #9F717D. Grayscale: #7E7E7E. Windows color (decimal): -10449278 or 8556128. OLE color: 8556128.
HSL color Cylindrical-coordinate representation of color #608E82: hue angle of 164.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E82 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 130 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.44 |
| HSL | 164.35º | 0.19% | 0.47% | - |
| HSV(B) | 164.35º | 0.32% | 0.56% | - |
| XYZ | 18.53 | 23.44 | 24.67 | - |
| YUV | 126.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 130 | 0.32 | 0 | 0.08 | 0.44 | 164.35 | 0.19 | 0.47 |
| Hex | 60 | 8E | 82 | 20 | 0 | 8 | 2C | A4 | 13 | 2F |
| Octal | 140 | 216 | 202 | 40 | 0 | 10 | 54 | 244 | 23 | 57 |
| Binary | 1100000 | 10001110 | 10000010 | 100000 | 0 | 1000 | 101100 | 10100100 | 10011 | 101111 |
Color Harmonies of #608E82
Complementary color
Monochromatic Colors of #608E82
Black with #608E82
Text Example
Text Example
White with #608E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E82; }
p { color: rgb(96,142,130); }
H1.HeaderClassName
{
color: #608E82;
}
.AnyTagClassName
{
color: #608E82;
}
</style>
background-color css
<style>
a { background-color: #608E82; }
a { background-color: rgb(96,142,130); }
div.DivClassName
{
background-color: #608E82;
}
.BgClassName
{
background-color: #608E82;
}
</style>
border-color css
<style>
span { border-color: #608E82; }
span { border-color: rgb(96,142,130); }
td.TdClassName
{
border-color: #608E82;
}
.TagClassName
{
border-color: #608E82;
}
</style>