Shades of Patina #68877F
Tints of Patina #68877F
RGB
CMYK
RGB Variations
Color information
#68877F (or 0x68877F) is known color: Patina. HEX triplet: 68, 87 and 7F. RGB value is (104,135,127). Sum of RGB (Red+Green+Blue) = 104+135+127=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #68877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68877F is #977880. Grayscale: #7C7C7C. Windows color (decimal): -9926785 or 8357736. OLE color: 8357736.
HSL color Cylindrical-coordinate representation of color #68877F: hue angle of 164.52º 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 #68877F is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 127 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.47 |
| HSL | 164.52º | 0.13% | 0.47% | - |
| HSV(B) | 164.52º | 0.23% | 0.53% | - |
| XYZ | 18.2 | 21.8 | 23.33 | - |
| YUV | 124.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 127 | 0.23 | 0 | 0.06 | 0.47 | 164.52 | 0.13 | 0.47 |
| Hex | 68 | 87 | 7F | 17 | 0 | 6 | 2F | A5 | D | 2F |
| Octal | 150 | 207 | 177 | 27 | 0 | 6 | 57 | 245 | 15 | 57 |
| Binary | 1101000 | 10000111 | 1111111 | 10111 | 0 | 110 | 101111 | 10100101 | 1101 | 101111 |
Color Harmonies of #68877F
Complementary color
Monochromatic Colors of #68877F
Black with #68877F
Text Example
Text Example
White with #68877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68877F; }
p { color: rgb(104,135,127); }
H1.HeaderClassName
{
color: #68877F;
}
.AnyTagClassName
{
color: #68877F;
}
</style>
background-color css
<style>
a { background-color: #68877F; }
a { background-color: rgb(104,135,127); }
div.DivClassName
{
background-color: #68877F;
}
.BgClassName
{
background-color: #68877F;
}
</style>
border-color css
<style>
span { border-color: #68877F; }
span { border-color: rgb(104,135,127); }
td.TdClassName
{
border-color: #68877F;
}
.TagClassName
{
border-color: #68877F;
}
</style>