Shades of Patina #68968B
Tints of Patina #68968B
RGB
CMYK
RGB Variations
Color information
#68968B (or 0x68968B) is known color: Patina. HEX triplet: 68, 96 and 8B. RGB value is (104,150,139). Sum of RGB (Red+Green+Blue) = 104+150+139=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #68968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968B is #976974. Grayscale: #868686. Windows color (decimal): -9922933 or 9148008. OLE color: 9148008.
HSL color Cylindrical-coordinate representation of color #68968B: hue angle of 165.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68968B is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 139 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.41 |
| HSL | 165.65º | 0.18% | 0.5% | - |
| HSV(B) | 165.65º | 0.31% | 0.59% | - |
| XYZ | 21.28 | 26.62 | 28.44 | - |
| YUV | 134.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 139 | 0.31 | 0 | 0.07 | 0.41 | 165.65 | 0.18 | 0.5 |
| Hex | 68 | 96 | 8B | 1F | 0 | 7 | 29 | A6 | 12 | 32 |
| Octal | 150 | 226 | 213 | 37 | 0 | 7 | 51 | 246 | 22 | 62 |
| Binary | 1101000 | 10010110 | 10001011 | 11111 | 0 | 111 | 101001 | 10100110 | 10010 | 110010 |
Color Harmonies of #68968B
Complementary color
Monochromatic Colors of #68968B
Black with #68968B
Text Example
Text Example
White with #68968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68968B; }
p { color: rgb(104,150,139); }
H1.HeaderClassName
{
color: #68968B;
}
.AnyTagClassName
{
color: #68968B;
}
</style>
background-color css
<style>
a { background-color: #68968B; }
a { background-color: rgb(104,150,139); }
div.DivClassName
{
background-color: #68968B;
}
.BgClassName
{
background-color: #68968B;
}
</style>
border-color css
<style>
span { border-color: #68968B; }
span { border-color: rgb(104,150,139); }
td.TdClassName
{
border-color: #68968B;
}
.TagClassName
{
border-color: #68968B;
}
</style>