Shades of Patina #688C83
Tints of Patina #688C83
RGB
CMYK
RGB Variations
Color information
#688C83 (or 0x688C83) is known color: Patina. HEX triplet: 68, 8C and 83. RGB value is (104,140,131). Sum of RGB (Red+Green+Blue) = 104+140+131=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #688C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C83 is #97737C. Grayscale: #808080. Windows color (decimal): -9925501 or 8621160. OLE color: 8621160.
HSL color Cylindrical-coordinate representation of color #688C83: hue angle of 165º 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 #688C83 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 131 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.45 |
| HSL | 165º | 0.15% | 0.48% | - |
| HSV(B) | 165º | 0.26% | 0.55% | - |
| XYZ | 19.18 | 23.34 | 24.97 | - |
| YUV | 128.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 131 | 0.26 | 0 | 0.06 | 0.45 | 165 | 0.15 | 0.48 |
| Hex | 68 | 8C | 83 | 1A | 0 | 6 | 2D | A5 | F | 30 |
| Octal | 150 | 214 | 203 | 32 | 0 | 6 | 55 | 245 | 17 | 60 |
| Binary | 1101000 | 10001100 | 10000011 | 11010 | 0 | 110 | 101101 | 10100101 | 1111 | 110000 |
Color Harmonies of #688C83
Complementary color
Monochromatic Colors of #688C83
Black with #688C83
Text Example
Text Example
White with #688C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C83; }
p { color: rgb(104,140,131); }
H1.HeaderClassName
{
color: #688C83;
}
.AnyTagClassName
{
color: #688C83;
}
</style>
background-color css
<style>
a { background-color: #688C83; }
a { background-color: rgb(104,140,131); }
div.DivClassName
{
background-color: #688C83;
}
.BgClassName
{
background-color: #688C83;
}
</style>
border-color css
<style>
span { border-color: #688C83; }
span { border-color: rgb(104,140,131); }
td.TdClassName
{
border-color: #688C83;
}
.TagClassName
{
border-color: #688C83;
}
</style>