Shades of Patina #688F83
Tints of Patina #688F83
RGB
CMYK
RGB Variations
Color information
#688F83 (or 0x688F83) is known color: Patina. HEX triplet: 68, 8F and 83. RGB value is (104,143,131). Sum of RGB (Red+Green+Blue) = 104+143+131=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #688F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F83 is #97707C. Grayscale: #818181. Windows color (decimal): -9924733 or 8621928. OLE color: 8621928.
HSL color Cylindrical-coordinate representation of color #688F83: hue angle of 161.54º 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 #688F83 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 131 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.44 |
| HSL | 161.54º | 0.16% | 0.48% | - |
| HSV(B) | 161.54º | 0.27% | 0.56% | - |
| XYZ | 19.63 | 24.23 | 25.11 | - |
| YUV | 129.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 131 | 0.27 | 0 | 0.08 | 0.44 | 161.54 | 0.16 | 0.48 |
| Hex | 68 | 8F | 83 | 1B | 0 | 8 | 2C | A2 | 10 | 30 |
| Octal | 150 | 217 | 203 | 33 | 0 | 10 | 54 | 242 | 20 | 60 |
| Binary | 1101000 | 10001111 | 10000011 | 11011 | 0 | 1000 | 101100 | 10100010 | 10000 | 110000 |
Color Harmonies of #688F83
Complementary color
Monochromatic Colors of #688F83
Black with #688F83
Text Example
Text Example
White with #688F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F83; }
p { color: rgb(104,143,131); }
H1.HeaderClassName
{
color: #688F83;
}
.AnyTagClassName
{
color: #688F83;
}
</style>
background-color css
<style>
a { background-color: #688F83; }
a { background-color: rgb(104,143,131); }
div.DivClassName
{
background-color: #688F83;
}
.BgClassName
{
background-color: #688F83;
}
</style>
border-color css
<style>
span { border-color: #688F83; }
span { border-color: rgb(104,143,131); }
td.TdClassName
{
border-color: #688F83;
}
.TagClassName
{
border-color: #688F83;
}
</style>