Shades of Patina #688D84
Tints of Patina #688D84
RGB
CMYK
RGB Variations
Color information
#688D84 (or 0x688D84) is known color: Patina. HEX triplet: 68, 8D and 84. RGB value is (104,141,132). Sum of RGB (Red+Green+Blue) = 104+141+132=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #688D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D84 is #97727B. Grayscale: #808080. Windows color (decimal): -9925244 or 8686952. OLE color: 8686952.
HSL color Cylindrical-coordinate representation of color #688D84: hue angle of 165.41º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688D84 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 132 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.45 |
| HSL | 165.41º | 0.15% | 0.48% | - |
| HSV(B) | 165.41º | 0.26% | 0.55% | - |
| XYZ | 19.4 | 23.66 | 25.37 | - |
| YUV | 128.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 132 | 0.26 | 0 | 0.06 | 0.45 | 165.41 | 0.15 | 0.48 |
| Hex | 68 | 8D | 84 | 1A | 0 | 6 | 2D | A5 | F | 30 |
| Octal | 150 | 215 | 204 | 32 | 0 | 6 | 55 | 245 | 17 | 60 |
| Binary | 1101000 | 10001101 | 10000100 | 11010 | 0 | 110 | 101101 | 10100101 | 1111 | 110000 |
Color Harmonies of #688D84
Complementary color
Monochromatic Colors of #688D84
Black with #688D84
Text Example
Text Example
White with #688D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D84; }
p { color: rgb(104,141,132); }
H1.HeaderClassName
{
color: #688D84;
}
.AnyTagClassName
{
color: #688D84;
}
</style>
background-color css
<style>
a { background-color: #688D84; }
a { background-color: rgb(104,141,132); }
div.DivClassName
{
background-color: #688D84;
}
.BgClassName
{
background-color: #688D84;
}
</style>
border-color css
<style>
span { border-color: #688D84; }
span { border-color: rgb(104,141,132); }
td.TdClassName
{
border-color: #688D84;
}
.TagClassName
{
border-color: #688D84;
}
</style>