Shades of Patina #68887D
Tints of Patina #68887D
RGB
CMYK
RGB Variations
Color information
#68887D (or 0x68887D) is known color: Patina. HEX triplet: 68, 88 and 7D. RGB value is (104,136,125). Sum of RGB (Red+Green+Blue) = 104+136+125=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #68887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68887D is #977782. Grayscale: #7D7D7D. Windows color (decimal): -9926531 or 8226920. OLE color: 8226920.
HSL color Cylindrical-coordinate representation of color #68887D: hue angle of 159.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68887D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 125 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.47 |
| HSL | 159.38º | 0.13% | 0.47% | - |
| HSV(B) | 159.38º | 0.24% | 0.53% | - |
| XYZ | 18.21 | 22.03 | 22.69 | - |
| YUV | 125.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 125 | 0.24 | 0 | 0.08 | 0.47 | 159.38 | 0.13 | 0.47 |
| Hex | 68 | 88 | 7D | 18 | 0 | 8 | 2F | 9F | D | 2F |
| Octal | 150 | 210 | 175 | 30 | 0 | 10 | 57 | 237 | 15 | 57 |
| Binary | 1101000 | 10001000 | 1111101 | 11000 | 0 | 1000 | 101111 | 10011111 | 1101 | 101111 |
Color Harmonies of #68887D
Complementary color
Monochromatic Colors of #68887D
Black with #68887D
Text Example
Text Example
White with #68887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68887D; }
p { color: rgb(104,136,125); }
H1.HeaderClassName
{
color: #68887D;
}
.AnyTagClassName
{
color: #68887D;
}
</style>
background-color css
<style>
a { background-color: #68887D; }
a { background-color: rgb(104,136,125); }
div.DivClassName
{
background-color: #68887D;
}
.BgClassName
{
background-color: #68887D;
}
</style>
border-color css
<style>
span { border-color: #68887D; }
span { border-color: rgb(104,136,125); }
td.TdClassName
{
border-color: #68887D;
}
.TagClassName
{
border-color: #68887D;
}
</style>