Shades of Patina #67877C
Tints of Patina #67877C
RGB
CMYK
RGB Variations
Color information
#67877C (or 0x67877C) is known color: Patina. HEX triplet: 67, 87 and 7C. RGB value is (103,135,124). Sum of RGB (Red+Green+Blue) = 103+135+124=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #67877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67877C is #987883. Grayscale: #7C7C7C. Windows color (decimal): -9992324 or 8161127. OLE color: 8161127.
HSL color Cylindrical-coordinate representation of color #67877C: hue angle of 159.38º degrees, saturation: 0.13, 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 #67877C is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 124 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.47 |
| HSL | 159.38º | 0.13% | 0.47% | - |
| HSV(B) | 159.38º | 0.24% | 0.53% | - |
| XYZ | 17.9 | 21.67 | 22.31 | - |
| YUV | 124.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 124 | 0.24 | 0 | 0.08 | 0.47 | 159.38 | 0.13 | 0.47 |
| Hex | 67 | 87 | 7C | 18 | 0 | 8 | 2F | 9F | D | 2F |
| Octal | 147 | 207 | 174 | 30 | 0 | 10 | 57 | 237 | 15 | 57 |
| Binary | 1100111 | 10000111 | 1111100 | 11000 | 0 | 1000 | 101111 | 10011111 | 1101 | 101111 |
Color Harmonies of #67877C
Complementary color
Monochromatic Colors of #67877C
Black with #67877C
Text Example
Text Example
White with #67877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67877C; }
p { color: rgb(103,135,124); }
H1.HeaderClassName
{
color: #67877C;
}
.AnyTagClassName
{
color: #67877C;
}
</style>
background-color css
<style>
a { background-color: #67877C; }
a { background-color: rgb(103,135,124); }
div.DivClassName
{
background-color: #67877C;
}
.BgClassName
{
background-color: #67877C;
}
</style>
border-color css
<style>
span { border-color: #67877C; }
span { border-color: rgb(103,135,124); }
td.TdClassName
{
border-color: #67877C;
}
.TagClassName
{
border-color: #67877C;
}
</style>