Shades of Patina #688B7C
Tints of Patina #688B7C
RGB
CMYK
RGB Variations
Color information
#688B7C (or 0x688B7C) is known color: Patina. HEX triplet: 68, 8B and 7C. RGB value is (104,139,124). Sum of RGB (Red+Green+Blue) = 104+139+124=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7C is #977483. Grayscale: #7E7E7E. Windows color (decimal): -9925764 or 8162152. OLE color: 8162152.
HSL color Cylindrical-coordinate representation of color #688B7C: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B7C is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 124 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.45 |
| HSL | 154.29º | 0.14% | 0.48% | - |
| HSV(B) | 154.29º | 0.25% | 0.55% | - |
| XYZ | 18.58 | 22.86 | 22.5 | - |
| YUV | 126.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 124 | 0.25 | 0 | 0.11 | 0.45 | 154.29 | 0.14 | 0.48 |
| Hex | 68 | 8B | 7C | 19 | 0 | B | 2D | 9A | E | 30 |
| Octal | 150 | 213 | 174 | 31 | 0 | 13 | 55 | 232 | 16 | 60 |
| Binary | 1101000 | 10001011 | 1111100 | 11001 | 0 | 1011 | 101101 | 10011010 | 1110 | 110000 |
Color Harmonies of #688B7C
Complementary color
Monochromatic Colors of #688B7C
Black with #688B7C
Text Example
Text Example
White with #688B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B7C; }
p { color: rgb(104,139,124); }
H1.HeaderClassName
{
color: #688B7C;
}
.AnyTagClassName
{
color: #688B7C;
}
</style>
background-color css
<style>
a { background-color: #688B7C; }
a { background-color: rgb(104,139,124); }
div.DivClassName
{
background-color: #688B7C;
}
.BgClassName
{
background-color: #688B7C;
}
</style>
border-color css
<style>
span { border-color: #688B7C; }
span { border-color: rgb(104,139,124); }
td.TdClassName
{
border-color: #688B7C;
}
.TagClassName
{
border-color: #688B7C;
}
</style>