Shades of Patina #68988C
Tints of Patina #68988C
RGB
CMYK
RGB Variations
Color information
#68988C (or 0x68988C) is known color: Patina. HEX triplet: 68, 98 and 8C. RGB value is (104,152,140). Sum of RGB (Red+Green+Blue) = 104+152+140=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #68988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988C is #976773. Grayscale: #888888. Windows color (decimal): -9922420 or 9214056. OLE color: 9214056.
HSL color Cylindrical-coordinate representation of color #68988C: hue angle of 165º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68988C is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 140 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.40 |
| HSL | 165º | 0.19% | 0.5% | - |
| HSV(B) | 165º | 0.32% | 0.6% | - |
| XYZ | 21.67 | 27.29 | 28.94 | - |
| YUV | 136.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 140 | 0.32 | 0 | 0.08 | 0.40 | 165 | 0.19 | 0.5 |
| Hex | 68 | 98 | 8C | 20 | 0 | 8 | 28 | A5 | 13 | 32 |
| Octal | 150 | 230 | 214 | 40 | 0 | 10 | 50 | 245 | 23 | 62 |
| Binary | 1101000 | 10011000 | 10001100 | 100000 | 0 | 1000 | 101000 | 10100101 | 10011 | 110010 |
Color Harmonies of #68988C
Complementary color
Monochromatic Colors of #68988C
Black with #68988C
Text Example
Text Example
White with #68988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68988C; }
p { color: rgb(104,152,140); }
H1.HeaderClassName
{
color: #68988C;
}
.AnyTagClassName
{
color: #68988C;
}
</style>
background-color css
<style>
a { background-color: #68988C; }
a { background-color: rgb(104,152,140); }
div.DivClassName
{
background-color: #68988C;
}
.BgClassName
{
background-color: #68988C;
}
</style>
border-color css
<style>
span { border-color: #68988C; }
span { border-color: rgb(104,152,140); }
td.TdClassName
{
border-color: #68988C;
}
.TagClassName
{
border-color: #68988C;
}
</style>