Shades of Patina #688F7A
Tints of Patina #688F7A
RGB
CMYK
RGB Variations
Color information
#688F7A (or 0x688F7A) is known color: Patina. HEX triplet: 68, 8F and 7A. RGB value is (104,143,122). Sum of RGB (Red+Green+Blue) = 104+143+122=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #688F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F7A is #977085. Grayscale: #808080. Windows color (decimal): -9924742 or 8032104. OLE color: 8032104.
HSL color Cylindrical-coordinate representation of color #688F7A: hue angle of 147.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688F7A is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 122 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.44 |
| HSL | 147.69º | 0.16% | 0.48% | - |
| HSV(B) | 147.69º | 0.27% | 0.56% | - |
| XYZ | 19.04 | 23.99 | 22.04 | - |
| YUV | 128.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 122 | 0.27 | 0 | 0.15 | 0.44 | 147.69 | 0.16 | 0.48 |
| Hex | 68 | 8F | 7A | 1B | 0 | F | 2C | 94 | 10 | 30 |
| Octal | 150 | 217 | 172 | 33 | 0 | 17 | 54 | 224 | 20 | 60 |
| Binary | 1101000 | 10001111 | 1111010 | 11011 | 0 | 1111 | 101100 | 10010100 | 10000 | 110000 |
Color Harmonies of #688F7A
Complementary color
Monochromatic Colors of #688F7A
Black with #688F7A
Text Example
Text Example
White with #688F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F7A; }
p { color: rgb(104,143,122); }
H1.HeaderClassName
{
color: #688F7A;
}
.AnyTagClassName
{
color: #688F7A;
}
</style>
background-color css
<style>
a { background-color: #688F7A; }
a { background-color: rgb(104,143,122); }
div.DivClassName
{
background-color: #688F7A;
}
.BgClassName
{
background-color: #688F7A;
}
</style>
border-color css
<style>
span { border-color: #688F7A; }
span { border-color: rgb(104,143,122); }
td.TdClassName
{
border-color: #688F7A;
}
.TagClassName
{
border-color: #688F7A;
}
</style>