Shades of Patina #68998B
Tints of Patina #68998B
RGB
CMYK
RGB Variations
Color information
#68998B (or 0x68998B) is known color: Patina. HEX triplet: 68, 99 and 8B. RGB value is (104,153,139). Sum of RGB (Red+Green+Blue) = 104+153+139=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #68998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998B is #976674. Grayscale: #888888. Windows color (decimal): -9922165 or 9148776. OLE color: 9148776.
HSL color Cylindrical-coordinate representation of color #68998B: hue angle of 162.86º 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 #68998B is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 139 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.4 |
| HSL | 162.86º | 0.19% | 0.5% | - |
| HSV(B) | 162.86º | 0.32% | 0.6% | - |
| XYZ | 21.76 | 27.59 | 28.6 | - |
| YUV | 136.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 139 | 0.32 | 0 | 0.09 | 0.4 | 162.86 | 0.19 | 0.5 |
| Hex | 68 | 99 | 8B | 20 | 0 | 9 | 28 | A3 | 13 | 32 |
| Octal | 150 | 231 | 213 | 40 | 0 | 11 | 50 | 243 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001011 | 100000 | 0 | 1001 | 101000 | 10100011 | 10011 | 110010 |
Color Harmonies of #68998B
Complementary color
Monochromatic Colors of #68998B
Black with #68998B
Text Example
Text Example
White with #68998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68998B; }
p { color: rgb(104,153,139); }
H1.HeaderClassName
{
color: #68998B;
}
.AnyTagClassName
{
color: #68998B;
}
</style>
background-color css
<style>
a { background-color: #68998B; }
a { background-color: rgb(104,153,139); }
div.DivClassName
{
background-color: #68998B;
}
.BgClassName
{
background-color: #68998B;
}
</style>
border-color css
<style>
span { border-color: #68998B; }
span { border-color: rgb(104,153,139); }
td.TdClassName
{
border-color: #68998B;
}
.TagClassName
{
border-color: #68998B;
}
</style>