Shades of Patina #68988A
Tints of Patina #68988A
RGB
CMYK
RGB Variations
Color information
#68988A (or 0x68988A) is known color: Patina. HEX triplet: 68, 98 and 8A. RGB value is (104,152,138). Sum of RGB (Red+Green+Blue) = 104+152+138=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #68988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988A is #976775. Grayscale: #888888. Windows color (decimal): -9922422 or 9082984. OLE color: 9082984.
HSL color Cylindrical-coordinate representation of color #68988A: hue angle of 162.5º 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 #68988A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 138 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.40 |
| HSL | 162.5º | 0.19% | 0.5% | - |
| HSV(B) | 162.5º | 0.32% | 0.6% | - |
| XYZ | 21.52 | 27.23 | 28.17 | - |
| YUV | 136.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 138 | 0.32 | 0 | 0.09 | 0.40 | 162.5 | 0.19 | 0.5 |
| Hex | 68 | 98 | 8A | 20 | 0 | 9 | 28 | A2 | 13 | 32 |
| Octal | 150 | 230 | 212 | 40 | 0 | 11 | 50 | 242 | 23 | 62 |
| Binary | 1101000 | 10011000 | 10001010 | 100000 | 0 | 1001 | 101000 | 10100010 | 10011 | 110010 |
Color Harmonies of #68988A
Complementary color
Monochromatic Colors of #68988A
Black with #68988A
Text Example
Text Example
White with #68988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68988A; }
p { color: rgb(104,152,138); }
H1.HeaderClassName
{
color: #68988A;
}
.AnyTagClassName
{
color: #68988A;
}
</style>
background-color css
<style>
a { background-color: #68988A; }
a { background-color: rgb(104,152,138); }
div.DivClassName
{
background-color: #68988A;
}
.BgClassName
{
background-color: #68988A;
}
</style>
border-color css
<style>
span { border-color: #68988A; }
span { border-color: rgb(104,152,138); }
td.TdClassName
{
border-color: #68988A;
}
.TagClassName
{
border-color: #68988A;
}
</style>