Shades of Patina #68857D
Tints of Patina #68857D
RGB
CMYK
RGB Variations
Color information
#68857D (or 0x68857D) is known color: Patina. HEX triplet: 68, 85 and 7D. RGB value is (104,133,125). Sum of RGB (Red+Green+Blue) = 104+133+125=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #68857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857D is #977A82. Grayscale: #7B7B7B. Windows color (decimal): -9927299 or 8226152. OLE color: 8226152.
HSL color Cylindrical-coordinate representation of color #68857D: hue angle of 163.45º 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 #68857D is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 125 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.48 |
| HSL | 163.45º | 0.12% | 0.46% | - |
| HSV(B) | 163.45º | 0.22% | 0.52% | - |
| XYZ | 17.8 | 21.2 | 22.56 | - |
| YUV | 123.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 125 | 0.22 | 0 | 0.06 | 0.48 | 163.45 | 0.12 | 0.46 |
| Hex | 68 | 85 | 7D | 16 | 0 | 6 | 30 | A3 | C | 2E |
| Octal | 150 | 205 | 175 | 26 | 0 | 6 | 60 | 243 | 14 | 56 |
| Binary | 1101000 | 10000101 | 1111101 | 10110 | 0 | 110 | 110000 | 10100011 | 1100 | 101110 |
Color Harmonies of #68857D
Complementary color
Monochromatic Colors of #68857D
Black with #68857D
Text Example
Text Example
White with #68857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68857D; }
p { color: rgb(104,133,125); }
H1.HeaderClassName
{
color: #68857D;
}
.AnyTagClassName
{
color: #68857D;
}
</style>
background-color css
<style>
a { background-color: #68857D; }
a { background-color: rgb(104,133,125); }
div.DivClassName
{
background-color: #68857D;
}
.BgClassName
{
background-color: #68857D;
}
</style>
border-color css
<style>
span { border-color: #68857D; }
span { border-color: rgb(104,133,125); }
td.TdClassName
{
border-color: #68857D;
}
.TagClassName
{
border-color: #68857D;
}
</style>