Shades of Patina #67987E
Tints of Patina #67987E
RGB
CMYK
RGB Variations
Color information
#67987E (or 0x67987E) is known color: Patina. HEX triplet: 67, 98 and 7E. RGB value is (103,152,126). Sum of RGB (Red+Green+Blue) = 103+152+126=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #67987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67987E is #986781. Grayscale: #868686. Windows color (decimal): -9987970 or 8296551. OLE color: 8296551.
HSL color Cylindrical-coordinate representation of color #67987E: hue angle of 148.16º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67987E is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 126 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.40 |
| HSL | 148.16º | 0.19% | 0.5% | - |
| HSV(B) | 148.16º | 0.32% | 0.6% | - |
| XYZ | 20.59 | 26.85 | 23.84 | - |
| YUV | 134.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 126 | 0.32 | 0 | 0.17 | 0.40 | 148.16 | 0.19 | 0.5 |
| Hex | 67 | 98 | 7E | 20 | 0 | 11 | 28 | 94 | 13 | 32 |
| Octal | 147 | 230 | 176 | 40 | 0 | 21 | 50 | 224 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1111110 | 100000 | 0 | 10001 | 101000 | 10010100 | 10011 | 110010 |
Color Harmonies of #67987E
Complementary color
Monochromatic Colors of #67987E
Black with #67987E
Text Example
Text Example
White with #67987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67987E; }
p { color: rgb(103,152,126); }
H1.HeaderClassName
{
color: #67987E;
}
.AnyTagClassName
{
color: #67987E;
}
</style>
background-color css
<style>
a { background-color: #67987E; }
a { background-color: rgb(103,152,126); }
div.DivClassName
{
background-color: #67987E;
}
.BgClassName
{
background-color: #67987E;
}
</style>
border-color css
<style>
span { border-color: #67987E; }
span { border-color: rgb(103,152,126); }
td.TdClassName
{
border-color: #67987E;
}
.TagClassName
{
border-color: #67987E;
}
</style>