Shades of Patina #67978C
Tints of Patina #67978C
RGB
CMYK
RGB Variations
Color information
#67978C (or 0x67978C) is known color: Patina. HEX triplet: 67, 97 and 8C. RGB value is (103,151,140). Sum of RGB (Red+Green+Blue) = 103+151+140=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #67978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67978C is #986873. Grayscale: #878787. Windows color (decimal): -9988212 or 9213799. OLE color: 9213799.
HSL color Cylindrical-coordinate representation of color #67978C: hue angle of 166.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67978C is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 140 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.41 |
| HSL | 166.25º | 0.19% | 0.5% | - |
| HSV(B) | 166.25º | 0.32% | 0.59% | - |
| XYZ | 21.39 | 26.91 | 28.88 | - |
| YUV | 135.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 140 | 0.32 | 0 | 0.07 | 0.41 | 166.25 | 0.19 | 0.5 |
| Hex | 67 | 97 | 8C | 20 | 0 | 7 | 29 | A6 | 13 | 32 |
| Octal | 147 | 227 | 214 | 40 | 0 | 7 | 51 | 246 | 23 | 62 |
| Binary | 1100111 | 10010111 | 10001100 | 100000 | 0 | 111 | 101001 | 10100110 | 10011 | 110010 |
Color Harmonies of #67978C
Complementary color
Monochromatic Colors of #67978C
Black with #67978C
Text Example
Text Example
White with #67978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67978C; }
p { color: rgb(103,151,140); }
H1.HeaderClassName
{
color: #67978C;
}
.AnyTagClassName
{
color: #67978C;
}
</style>
background-color css
<style>
a { background-color: #67978C; }
a { background-color: rgb(103,151,140); }
div.DivClassName
{
background-color: #67978C;
}
.BgClassName
{
background-color: #67978C;
}
</style>
border-color css
<style>
span { border-color: #67978C; }
span { border-color: rgb(103,151,140); }
td.TdClassName
{
border-color: #67978C;
}
.TagClassName
{
border-color: #67978C;
}
</style>