Shades of Patina #67887F
Tints of Patina #67887F
RGB
CMYK
RGB Variations
Color information
#67887F (or 0x67887F) is known color: Patina. HEX triplet: 67, 88 and 7F. RGB value is (103,136,127). Sum of RGB (Red+Green+Blue) = 103+136+127=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #67887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67887F is #987780. Grayscale: #7D7D7D. Windows color (decimal): -9992065 or 8357991. OLE color: 8357991.
HSL color Cylindrical-coordinate representation of color #67887F: hue angle of 163.64º degrees, saturation: 0.14, 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 #67887F is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 127 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.47 |
| HSL | 163.64º | 0.14% | 0.47% | - |
| HSV(B) | 163.64º | 0.24% | 0.53% | - |
| XYZ | 18.23 | 22.02 | 23.37 | - |
| YUV | 125.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 127 | 0.24 | 0 | 0.07 | 0.47 | 163.64 | 0.14 | 0.47 |
| Hex | 67 | 88 | 7F | 18 | 0 | 7 | 2F | A4 | E | 2F |
| Octal | 147 | 210 | 177 | 30 | 0 | 7 | 57 | 244 | 16 | 57 |
| Binary | 1100111 | 10001000 | 1111111 | 11000 | 0 | 111 | 101111 | 10100100 | 1110 | 101111 |
Color Harmonies of #67887F
Complementary color
Monochromatic Colors of #67887F
Black with #67887F
Text Example
Text Example
White with #67887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67887F; }
p { color: rgb(103,136,127); }
H1.HeaderClassName
{
color: #67887F;
}
.AnyTagClassName
{
color: #67887F;
}
</style>
background-color css
<style>
a { background-color: #67887F; }
a { background-color: rgb(103,136,127); }
div.DivClassName
{
background-color: #67887F;
}
.BgClassName
{
background-color: #67887F;
}
</style>
border-color css
<style>
span { border-color: #67887F; }
span { border-color: rgb(103,136,127); }
td.TdClassName
{
border-color: #67887F;
}
.TagClassName
{
border-color: #67887F;
}
</style>