Shades of Patina #68A088
Tints of Patina #68A088
RGB
CMYK
RGB Variations
Color information
#68A088 (or 0x68A088) is known color: Patina. HEX triplet: 68, A0 and 88. RGB value is (104,160,136). Sum of RGB (Red+Green+Blue) = 104+160+136=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #68A088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A088 is #975F77. Grayscale: #8C8C8C. Windows color (decimal): -9920376 or 8953960. OLE color: 8953960.
HSL color Cylindrical-coordinate representation of color #68A088: hue angle of 154.29º 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 #68A088 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 136 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.37 |
| HSL | 154.29º | 0.23% | 0.52% | - |
| HSV(B) | 154.29º | 0.35% | 0.63% | - |
| XYZ | 22.72 | 29.86 | 27.86 | - |
| YUV | 140.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 136 | 0.35 | 0 | 0.15 | 0.37 | 154.29 | 0.23 | 0.52 |
| Hex | 68 | A0 | 88 | 23 | 0 | F | 25 | 9A | 17 | 34 |
| Octal | 150 | 240 | 210 | 43 | 0 | 17 | 45 | 232 | 27 | 64 |
| Binary | 1101000 | 10100000 | 10001000 | 100011 | 0 | 1111 | 100101 | 10011010 | 10111 | 110100 |
Color Harmonies of #68A088
Complementary color
Monochromatic Colors of #68A088
Black with #68A088
Text Example
Text Example
White with #68A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A088; }
p { color: rgb(104,160,136); }
H1.HeaderClassName
{
color: #68A088;
}
.AnyTagClassName
{
color: #68A088;
}
</style>
background-color css
<style>
a { background-color: #68A088; }
a { background-color: rgb(104,160,136); }
div.DivClassName
{
background-color: #68A088;
}
.BgClassName
{
background-color: #68A088;
}
</style>
border-color css
<style>
span { border-color: #68A088; }
span { border-color: rgb(104,160,136); }
td.TdClassName
{
border-color: #68A088;
}
.TagClassName
{
border-color: #68A088;
}
</style>