Shades of Patina #688B7A
Tints of Patina #688B7A
RGB
CMYK
RGB Variations
Color information
#688B7A (or 0x688B7A) is known color: Patina. HEX triplet: 68, 8B and 7A. RGB value is (104,139,122). Sum of RGB (Red+Green+Blue) = 104+139+122=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7A is #977485. Grayscale: #7E7E7E. Windows color (decimal): -9925766 or 8031080. OLE color: 8031080.
HSL color Cylindrical-coordinate representation of color #688B7A: hue angle of 150.86º 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 #688B7A is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 122 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.45 |
| HSL | 150.86º | 0.14% | 0.48% | - |
| HSV(B) | 150.86º | 0.25% | 0.55% | - |
| XYZ | 18.45 | 22.81 | 21.84 | - |
| YUV | 126.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 122 | 0.25 | 0 | 0.12 | 0.45 | 150.86 | 0.14 | 0.48 |
| Hex | 68 | 8B | 7A | 19 | 0 | C | 2D | 97 | E | 30 |
| Octal | 150 | 213 | 172 | 31 | 0 | 14 | 55 | 227 | 16 | 60 |
| Binary | 1101000 | 10001011 | 1111010 | 11001 | 0 | 1100 | 101101 | 10010111 | 1110 | 110000 |
Color Harmonies of #688B7A
Complementary color
Monochromatic Colors of #688B7A
Black with #688B7A
Text Example
Text Example
White with #688B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B7A; }
p { color: rgb(104,139,122); }
H1.HeaderClassName
{
color: #688B7A;
}
.AnyTagClassName
{
color: #688B7A;
}
</style>
background-color css
<style>
a { background-color: #688B7A; }
a { background-color: rgb(104,139,122); }
div.DivClassName
{
background-color: #688B7A;
}
.BgClassName
{
background-color: #688B7A;
}
</style>
border-color css
<style>
span { border-color: #688B7A; }
span { border-color: rgb(104,139,122); }
td.TdClassName
{
border-color: #688B7A;
}
.TagClassName
{
border-color: #688B7A;
}
</style>