Shades of Patina #68857C
Tints of Patina #68857C
RGB
CMYK
RGB Variations
Color information
#68857C (or 0x68857C) is known color: Patina. HEX triplet: 68, 85 and 7C. RGB value is (104,133,124). Sum of RGB (Red+Green+Blue) = 104+133+124=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #68857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857C is #977A83. Grayscale: #7B7B7B. Windows color (decimal): -9927300 or 8160616. OLE color: 8160616.
HSL color Cylindrical-coordinate representation of color #68857C: hue angle of 161.38º 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 #68857C is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 124 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.48 |
| HSL | 161.38º | 0.12% | 0.46% | - |
| HSV(B) | 161.38º | 0.22% | 0.52% | - |
| XYZ | 17.73 | 21.17 | 22.22 | - |
| YUV | 123.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 124 | 0.22 | 0 | 0.07 | 0.48 | 161.38 | 0.12 | 0.46 |
| Hex | 68 | 85 | 7C | 16 | 0 | 7 | 30 | A1 | C | 2E |
| Octal | 150 | 205 | 174 | 26 | 0 | 7 | 60 | 241 | 14 | 56 |
| Binary | 1101000 | 10000101 | 1111100 | 10110 | 0 | 111 | 110000 | 10100001 | 1100 | 101110 |
Color Harmonies of #68857C
Complementary color
Monochromatic Colors of #68857C
Black with #68857C
Text Example
Text Example
White with #68857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68857C; }
p { color: rgb(104,133,124); }
H1.HeaderClassName
{
color: #68857C;
}
.AnyTagClassName
{
color: #68857C;
}
</style>
background-color css
<style>
a { background-color: #68857C; }
a { background-color: rgb(104,133,124); }
div.DivClassName
{
background-color: #68857C;
}
.BgClassName
{
background-color: #68857C;
}
</style>
border-color css
<style>
span { border-color: #68857C; }
span { border-color: rgb(104,133,124); }
td.TdClassName
{
border-color: #68857C;
}
.TagClassName
{
border-color: #68857C;
}
</style>