Shades of Patina #68998A
Tints of Patina #68998A
RGB
CMYK
RGB Variations
Color information
#68998A (or 0x68998A) is known color: Patina. HEX triplet: 68, 99 and 8A. RGB value is (104,153,138). Sum of RGB (Red+Green+Blue) = 104+153+138=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #68998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998A is #976675. Grayscale: #888888. Windows color (decimal): -9922166 or 9083240. OLE color: 9083240.
HSL color Cylindrical-coordinate representation of color #68998A: hue angle of 161.63º 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 #68998A is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 138 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.4 |
| HSL | 161.63º | 0.19% | 0.5% | - |
| HSV(B) | 161.63º | 0.32% | 0.6% | - |
| XYZ | 21.69 | 27.56 | 28.22 | - |
| YUV | 136.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 138 | 0.32 | 0 | 0.10 | 0.4 | 161.63 | 0.19 | 0.5 |
| Hex | 68 | 99 | 8A | 20 | 0 | A | 28 | A2 | 13 | 32 |
| Octal | 150 | 231 | 212 | 40 | 0 | 12 | 50 | 242 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001010 | 100000 | 0 | 1010 | 101000 | 10100010 | 10011 | 110010 |
Color Harmonies of #68998A
Complementary color
Monochromatic Colors of #68998A
Black with #68998A
Text Example
Text Example
White with #68998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68998A; }
p { color: rgb(104,153,138); }
H1.HeaderClassName
{
color: #68998A;
}
.AnyTagClassName
{
color: #68998A;
}
</style>
background-color css
<style>
a { background-color: #68998A; }
a { background-color: rgb(104,153,138); }
div.DivClassName
{
background-color: #68998A;
}
.BgClassName
{
background-color: #68998A;
}
</style>
border-color css
<style>
span { border-color: #68998A; }
span { border-color: rgb(104,153,138); }
td.TdClassName
{
border-color: #68998A;
}
.TagClassName
{
border-color: #68998A;
}
</style>