Shades of Patina #68998C
Tints of Patina #68998C
RGB
CMYK
RGB Variations
Color information
#68998C (or 0x68998C) is known color: Patina. HEX triplet: 68, 99 and 8C. RGB value is (104,153,140). Sum of RGB (Red+Green+Blue) = 104+153+140=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #68998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998C is #976673. Grayscale: #888888. Windows color (decimal): -9922164 or 9214312. OLE color: 9214312.
HSL color Cylindrical-coordinate representation of color #68998C: hue angle of 164.08º 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 #68998C is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 140 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.4 |
| HSL | 164.08º | 0.19% | 0.5% | - |
| HSV(B) | 164.08º | 0.32% | 0.6% | - |
| XYZ | 21.83 | 27.62 | 28.99 | - |
| YUV | 136.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 140 | 0.32 | 0 | 0.08 | 0.4 | 164.08 | 0.19 | 0.5 |
| Hex | 68 | 99 | 8C | 20 | 0 | 8 | 28 | A4 | 13 | 32 |
| Octal | 150 | 231 | 214 | 40 | 0 | 10 | 50 | 244 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001100 | 100000 | 0 | 1000 | 101000 | 10100100 | 10011 | 110010 |
Color Harmonies of #68998C
Complementary color
Monochromatic Colors of #68998C
Black with #68998C
Text Example
Text Example
White with #68998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68998C; }
p { color: rgb(104,153,140); }
H1.HeaderClassName
{
color: #68998C;
}
.AnyTagClassName
{
color: #68998C;
}
</style>
background-color css
<style>
a { background-color: #68998C; }
a { background-color: rgb(104,153,140); }
div.DivClassName
{
background-color: #68998C;
}
.BgClassName
{
background-color: #68998C;
}
</style>
border-color css
<style>
span { border-color: #68998C; }
span { border-color: rgb(104,153,140); }
td.TdClassName
{
border-color: #68998C;
}
.TagClassName
{
border-color: #68998C;
}
</style>