Shades of Patina #67887E
Tints of Patina #67887E
RGB
CMYK
RGB Variations
Color information
#67887E (or 0x67887E) is known color: Patina. HEX triplet: 67, 88 and 7E. RGB value is (103,136,126). Sum of RGB (Red+Green+Blue) = 103+136+126=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #67887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67887E is #987781. Grayscale: #7C7C7C. Windows color (decimal): -9992066 or 8292455. OLE color: 8292455.
HSL color Cylindrical-coordinate representation of color #67887E: hue angle of 161.82º 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 #67887E is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 126 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.47 |
| HSL | 161.82º | 0.14% | 0.47% | - |
| HSV(B) | 161.82º | 0.24% | 0.53% | - |
| XYZ | 18.16 | 22 | 23.03 | - |
| YUV | 124.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 126 | 0.24 | 0 | 0.07 | 0.47 | 161.82 | 0.14 | 0.47 |
| Hex | 67 | 88 | 7E | 18 | 0 | 7 | 2F | A2 | E | 2F |
| Octal | 147 | 210 | 176 | 30 | 0 | 7 | 57 | 242 | 16 | 57 |
| Binary | 1100111 | 10001000 | 1111110 | 11000 | 0 | 111 | 101111 | 10100010 | 1110 | 101111 |
Color Harmonies of #67887E
Complementary color
Monochromatic Colors of #67887E
Black with #67887E
Text Example
Text Example
White with #67887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67887E; }
p { color: rgb(103,136,126); }
H1.HeaderClassName
{
color: #67887E;
}
.AnyTagClassName
{
color: #67887E;
}
</style>
background-color css
<style>
a { background-color: #67887E; }
a { background-color: rgb(103,136,126); }
div.DivClassName
{
background-color: #67887E;
}
.BgClassName
{
background-color: #67887E;
}
</style>
border-color css
<style>
span { border-color: #67887E; }
span { border-color: rgb(103,136,126); }
td.TdClassName
{
border-color: #67887E;
}
.TagClassName
{
border-color: #67887E;
}
</style>