Shades of Patina #68A08D
Tints of Patina #68A08D
RGB
CMYK
RGB Variations
Color information
#68A08D (or 0x68A08D) is known color: Patina. HEX triplet: 68, A0 and 8D. RGB value is (104,160,141). Sum of RGB (Red+Green+Blue) = 104+160+141=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #68A08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A08D is #975F72. Grayscale: #8D8D8D. Windows color (decimal): -9920371 or 9281640. OLE color: 9281640.
HSL color Cylindrical-coordinate representation of color #68A08D: hue angle of 159.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A08D is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 141 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.37 |
| HSL | 159.64º | 0.23% | 0.52% | - |
| HSV(B) | 159.64º | 0.35% | 0.63% | - |
| XYZ | 23.09 | 30.01 | 29.77 | - |
| YUV | 141.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 141 | 0.35 | 0 | 0.12 | 0.37 | 159.64 | 0.23 | 0.52 |
| Hex | 68 | A0 | 8D | 23 | 0 | C | 25 | A0 | 17 | 34 |
| Octal | 150 | 240 | 215 | 43 | 0 | 14 | 45 | 240 | 27 | 64 |
| Binary | 1101000 | 10100000 | 10001101 | 100011 | 0 | 1100 | 100101 | 10100000 | 10111 | 110100 |
Color Harmonies of #68A08D
Complementary color
Monochromatic Colors of #68A08D
Black with #68A08D
Text Example
Text Example
White with #68A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A08D; }
p { color: rgb(104,160,141); }
H1.HeaderClassName
{
color: #68A08D;
}
.AnyTagClassName
{
color: #68A08D;
}
</style>
background-color css
<style>
a { background-color: #68A08D; }
a { background-color: rgb(104,160,141); }
div.DivClassName
{
background-color: #68A08D;
}
.BgClassName
{
background-color: #68A08D;
}
</style>
border-color css
<style>
span { border-color: #68A08D; }
span { border-color: rgb(104,160,141); }
td.TdClassName
{
border-color: #68A08D;
}
.TagClassName
{
border-color: #68A08D;
}
</style>