Shades of Patina #68877D
Tints of Patina #68877D
RGB
CMYK
RGB Variations
Color information
#68877D (or 0x68877D) is known color: Patina. HEX triplet: 68, 87 and 7D. RGB value is (104,135,125). Sum of RGB (Red+Green+Blue) = 104+135+125=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #68877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68877D is #977882. Grayscale: #7C7C7C. Windows color (decimal): -9926787 or 8226664. OLE color: 8226664.
HSL color Cylindrical-coordinate representation of color #68877D: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68877D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 125 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.47 |
| HSL | 160.65º | 0.13% | 0.47% | - |
| HSV(B) | 160.65º | 0.23% | 0.53% | - |
| XYZ | 18.07 | 21.75 | 22.65 | - |
| YUV | 124.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 125 | 0.23 | 0 | 0.07 | 0.47 | 160.65 | 0.13 | 0.47 |
| Hex | 68 | 87 | 7D | 17 | 0 | 7 | 2F | A1 | D | 2F |
| Octal | 150 | 207 | 175 | 27 | 0 | 7 | 57 | 241 | 15 | 57 |
| Binary | 1101000 | 10000111 | 1111101 | 10111 | 0 | 111 | 101111 | 10100001 | 1101 | 101111 |
Color Harmonies of #68877D
Complementary color
Monochromatic Colors of #68877D
Black with #68877D
Text Example
Text Example
White with #68877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68877D; }
p { color: rgb(104,135,125); }
H1.HeaderClassName
{
color: #68877D;
}
.AnyTagClassName
{
color: #68877D;
}
</style>
background-color css
<style>
a { background-color: #68877D; }
a { background-color: rgb(104,135,125); }
div.DivClassName
{
background-color: #68877D;
}
.BgClassName
{
background-color: #68877D;
}
</style>
border-color css
<style>
span { border-color: #68877D; }
span { border-color: rgb(104,135,125); }
td.TdClassName
{
border-color: #68877D;
}
.TagClassName
{
border-color: #68877D;
}
</style>