Shades of Patina #67867D
Tints of Patina #67867D
RGB
CMYK
RGB Variations
Color information
#67867D (or 0x67867D) is known color: Patina. HEX triplet: 67, 86 and 7D. RGB value is (103,134,125). Sum of RGB (Red+Green+Blue) = 103+134+125=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #67867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67867D is #987982. Grayscale: #7B7B7B. Windows color (decimal): -9992579 or 8226407. OLE color: 8226407.
HSL color Cylindrical-coordinate representation of color #67867D: hue angle of 162.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67867D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 125 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.47 |
| HSL | 162.58º | 0.13% | 0.46% | - |
| HSV(B) | 162.58º | 0.23% | 0.53% | - |
| XYZ | 17.82 | 21.41 | 22.6 | - |
| YUV | 123.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 125 | 0.23 | 0 | 0.07 | 0.47 | 162.58 | 0.13 | 0.46 |
| Hex | 67 | 86 | 7D | 17 | 0 | 7 | 2F | A3 | D | 2E |
| Octal | 147 | 206 | 175 | 27 | 0 | 7 | 57 | 243 | 15 | 56 |
| Binary | 1100111 | 10000110 | 1111101 | 10111 | 0 | 111 | 101111 | 10100011 | 1101 | 101110 |
Color Harmonies of #67867D
Complementary color
Monochromatic Colors of #67867D
Black with #67867D
Text Example
Text Example
White with #67867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67867D; }
p { color: rgb(103,134,125); }
H1.HeaderClassName
{
color: #67867D;
}
.AnyTagClassName
{
color: #67867D;
}
</style>
background-color css
<style>
a { background-color: #67867D; }
a { background-color: rgb(103,134,125); }
div.DivClassName
{
background-color: #67867D;
}
.BgClassName
{
background-color: #67867D;
}
</style>
border-color css
<style>
span { border-color: #67867D; }
span { border-color: rgb(103,134,125); }
td.TdClassName
{
border-color: #67867D;
}
.TagClassName
{
border-color: #67867D;
}
</style>