Shades of Patina #688881
Tints of Patina #688881
RGB
CMYK
RGB Variations
Color information
#688881 (or 0x688881) is known color: Patina. HEX triplet: 68, 88 and 81. RGB value is (104,136,129). Sum of RGB (Red+Green+Blue) = 104+136+129=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #688881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688881 is #97777E. Grayscale: #7D7D7D. Windows color (decimal): -9926527 or 8489064. OLE color: 8489064.
HSL color Cylindrical-coordinate representation of color #688881: hue angle of 166.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688881 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 129 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.47 |
| HSL | 166.88º | 0.13% | 0.47% | - |
| HSV(B) | 166.88º | 0.24% | 0.53% | - |
| XYZ | 18.48 | 22.14 | 24.07 | - |
| YUV | 125.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 129 | 0.24 | 0 | 0.05 | 0.47 | 166.88 | 0.13 | 0.47 |
| Hex | 68 | 88 | 81 | 18 | 0 | 5 | 2F | A7 | D | 2F |
| Octal | 150 | 210 | 201 | 30 | 0 | 5 | 57 | 247 | 15 | 57 |
| Binary | 1101000 | 10001000 | 10000001 | 11000 | 0 | 101 | 101111 | 10100111 | 1101 | 101111 |
Color Harmonies of #688881
Complementary color
Monochromatic Colors of #688881
Black with #688881
Text Example
Text Example
White with #688881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688881; }
p { color: rgb(104,136,129); }
H1.HeaderClassName
{
color: #688881;
}
.AnyTagClassName
{
color: #688881;
}
</style>
background-color css
<style>
a { background-color: #688881; }
a { background-color: rgb(104,136,129); }
div.DivClassName
{
background-color: #688881;
}
.BgClassName
{
background-color: #688881;
}
</style>
border-color css
<style>
span { border-color: #688881; }
span { border-color: rgb(104,136,129); }
td.TdClassName
{
border-color: #688881;
}
.TagClassName
{
border-color: #688881;
}
</style>