Shades of Patina #67887B
Tints of Patina #67887B
RGB
CMYK
RGB Variations
Color information
#67887B (or 0x67887B) is known color: Patina. HEX triplet: 67, 88 and 7B. RGB value is (103,136,123). Sum of RGB (Red+Green+Blue) = 103+136+123=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #67887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67887B is #987784. Grayscale: #7C7C7C. Windows color (decimal): -9992069 or 8095847. OLE color: 8095847.
HSL color Cylindrical-coordinate representation of color #67887B: hue angle of 156.36º 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 #67887B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 123 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.47 |
| HSL | 156.36º | 0.14% | 0.47% | - |
| HSV(B) | 156.36º | 0.24% | 0.53% | - |
| XYZ | 17.97 | 21.92 | 22.02 | - |
| YUV | 124.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 123 | 0.24 | 0 | 0.10 | 0.47 | 156.36 | 0.14 | 0.47 |
| Hex | 67 | 88 | 7B | 18 | 0 | A | 2F | 9C | E | 2F |
| Octal | 147 | 210 | 173 | 30 | 0 | 12 | 57 | 234 | 16 | 57 |
| Binary | 1100111 | 10001000 | 1111011 | 11000 | 0 | 1010 | 101111 | 10011100 | 1110 | 101111 |
Color Harmonies of #67887B
Complementary color
Monochromatic Colors of #67887B
Black with #67887B
Text Example
Text Example
White with #67887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67887B; }
p { color: rgb(103,136,123); }
H1.HeaderClassName
{
color: #67887B;
}
.AnyTagClassName
{
color: #67887B;
}
</style>
background-color css
<style>
a { background-color: #67887B; }
a { background-color: rgb(103,136,123); }
div.DivClassName
{
background-color: #67887B;
}
.BgClassName
{
background-color: #67887B;
}
</style>
border-color css
<style>
span { border-color: #67887B; }
span { border-color: rgb(103,136,123); }
td.TdClassName
{
border-color: #67887B;
}
.TagClassName
{
border-color: #67887B;
}
</style>