Shades of Patina #68887B
Tints of Patina #68887B
RGB
CMYK
RGB Variations
Color information
#68887B (or 0x68887B) is known color: Patina. HEX triplet: 68, 88 and 7B. RGB value is (104,136,123). Sum of RGB (Red+Green+Blue) = 104+136+123=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #68887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68887B is #977784. Grayscale: #7C7C7C. Windows color (decimal): -9926533 or 8095848. OLE color: 8095848.
HSL color Cylindrical-coordinate representation of color #68887B: hue angle of 155.62º 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 #68887B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 123 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.47 |
| HSL | 155.63º | 0.13% | 0.47% | - |
| HSV(B) | 155.63º | 0.24% | 0.53% | - |
| XYZ | 18.09 | 21.98 | 22.03 | - |
| YUV | 124.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 123 | 0.24 | 0 | 0.10 | 0.47 | 155.63 | 0.13 | 0.47 |
| Hex | 68 | 88 | 7B | 18 | 0 | A | 2F | 9C | D | 2F |
| Octal | 150 | 210 | 173 | 30 | 0 | 12 | 57 | 234 | 15 | 57 |
| Binary | 1101000 | 10001000 | 1111011 | 11000 | 0 | 1010 | 101111 | 10011100 | 1101 | 101111 |
Color Harmonies of #68887B
Complementary color
Monochromatic Colors of #68887B
Black with #68887B
Text Example
Text Example
White with #68887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68887B; }
p { color: rgb(104,136,123); }
H1.HeaderClassName
{
color: #68887B;
}
.AnyTagClassName
{
color: #68887B;
}
</style>
background-color css
<style>
a { background-color: #68887B; }
a { background-color: rgb(104,136,123); }
div.DivClassName
{
background-color: #68887B;
}
.BgClassName
{
background-color: #68887B;
}
</style>
border-color css
<style>
span { border-color: #68887B; }
span { border-color: rgb(104,136,123); }
td.TdClassName
{
border-color: #68887B;
}
.TagClassName
{
border-color: #68887B;
}
</style>