Shades of Patina #68857E
Tints of Patina #68857E
RGB
CMYK
RGB Variations
Color information
#68857E (or 0x68857E) is known color: Patina. HEX triplet: 68, 85 and 7E. RGB value is (104,133,126). Sum of RGB (Red+Green+Blue) = 104+133+126=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #68857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857E is #977A81. Grayscale: #7B7B7B. Windows color (decimal): -9927298 or 8291688. OLE color: 8291688.
HSL color Cylindrical-coordinate representation of color #68857E: hue angle of 165.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68857E is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 126 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.48 |
| HSL | 165.52º | 0.12% | 0.46% | - |
| HSV(B) | 165.52º | 0.22% | 0.52% | - |
| XYZ | 17.86 | 21.22 | 22.89 | - |
| YUV | 123.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 126 | 0.22 | 0 | 0.05 | 0.48 | 165.52 | 0.12 | 0.46 |
| Hex | 68 | 85 | 7E | 16 | 0 | 5 | 30 | A6 | C | 2E |
| Octal | 150 | 205 | 176 | 26 | 0 | 5 | 60 | 246 | 14 | 56 |
| Binary | 1101000 | 10000101 | 1111110 | 10110 | 0 | 101 | 110000 | 10100110 | 1100 | 101110 |
Color Harmonies of #68857E
Complementary color
Monochromatic Colors of #68857E
Black with #68857E
Text Example
Text Example
White with #68857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68857E; }
p { color: rgb(104,133,126); }
H1.HeaderClassName
{
color: #68857E;
}
.AnyTagClassName
{
color: #68857E;
}
</style>
background-color css
<style>
a { background-color: #68857E; }
a { background-color: rgb(104,133,126); }
div.DivClassName
{
background-color: #68857E;
}
.BgClassName
{
background-color: #68857E;
}
</style>
border-color css
<style>
span { border-color: #68857E; }
span { border-color: rgb(104,133,126); }
td.TdClassName
{
border-color: #68857E;
}
.TagClassName
{
border-color: #68857E;
}
</style>