Shades of Patina #68A08C
Tints of Patina #68A08C
RGB
CMYK
RGB Variations
Color information
#68A08C (or 0x68A08C) is known color: Patina. HEX triplet: 68, A0 and 8C. RGB value is (104,160,140). Sum of RGB (Red+Green+Blue) = 104+160+140=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #68A08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A08C is #975F73. Grayscale: #8D8D8D. Windows color (decimal): -9920372 or 9216104. OLE color: 9216104.
HSL color Cylindrical-coordinate representation of color #68A08C: hue angle of 158.57º 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 #68A08C is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 140 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.37 |
| HSL | 158.57º | 0.23% | 0.52% | - |
| HSV(B) | 158.57º | 0.35% | 0.63% | - |
| XYZ | 23.01 | 29.98 | 29.38 | - |
| YUV | 140.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 140 | 0.35 | 0 | 0.12 | 0.37 | 158.57 | 0.23 | 0.52 |
| Hex | 68 | A0 | 8C | 23 | 0 | C | 25 | 9F | 17 | 34 |
| Octal | 150 | 240 | 214 | 43 | 0 | 14 | 45 | 237 | 27 | 64 |
| Binary | 1101000 | 10100000 | 10001100 | 100011 | 0 | 1100 | 100101 | 10011111 | 10111 | 110100 |
Color Harmonies of #68A08C
Complementary color
Monochromatic Colors of #68A08C
Black with #68A08C
Text Example
Text Example
White with #68A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A08C; }
p { color: rgb(104,160,140); }
H1.HeaderClassName
{
color: #68A08C;
}
.AnyTagClassName
{
color: #68A08C;
}
</style>
background-color css
<style>
a { background-color: #68A08C; }
a { background-color: rgb(104,160,140); }
div.DivClassName
{
background-color: #68A08C;
}
.BgClassName
{
background-color: #68A08C;
}
</style>
border-color css
<style>
span { border-color: #68A08C; }
span { border-color: rgb(104,160,140); }
td.TdClassName
{
border-color: #68A08C;
}
.TagClassName
{
border-color: #68A08C;
}
</style>