Shades of Patina #67887D
Tints of Patina #67887D
RGB
CMYK
RGB Variations
Color information
#67887D (or 0x67887D) is known color: Patina. HEX triplet: 67, 88 and 7D. RGB value is (103,136,125). Sum of RGB (Red+Green+Blue) = 103+136+125=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #67887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67887D is #987782. Grayscale: #7C7C7C. Windows color (decimal): -9992067 or 8226919. OLE color: 8226919.
HSL color Cylindrical-coordinate representation of color #67887D: hue angle of 160º 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 #67887D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 125 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.47 |
| HSL | 160º | 0.14% | 0.47% | - |
| HSV(B) | 160º | 0.24% | 0.53% | - |
| XYZ | 18.1 | 21.97 | 22.69 | - |
| YUV | 124.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 125 | 0.24 | 0 | 0.08 | 0.47 | 160 | 0.14 | 0.47 |
| Hex | 67 | 88 | 7D | 18 | 0 | 8 | 2F | A0 | E | 2F |
| Octal | 147 | 210 | 175 | 30 | 0 | 10 | 57 | 240 | 16 | 57 |
| Binary | 1100111 | 10001000 | 1111101 | 11000 | 0 | 1000 | 101111 | 10100000 | 1110 | 101111 |
Color Harmonies of #67887D
Complementary color
Monochromatic Colors of #67887D
Black with #67887D
Text Example
Text Example
White with #67887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67887D; }
p { color: rgb(103,136,125); }
H1.HeaderClassName
{
color: #67887D;
}
.AnyTagClassName
{
color: #67887D;
}
</style>
background-color css
<style>
a { background-color: #67887D; }
a { background-color: rgb(103,136,125); }
div.DivClassName
{
background-color: #67887D;
}
.BgClassName
{
background-color: #67887D;
}
</style>
border-color css
<style>
span { border-color: #67887D; }
span { border-color: rgb(103,136,125); }
td.TdClassName
{
border-color: #67887D;
}
.TagClassName
{
border-color: #67887D;
}
</style>