Shades of Patina #64978D
Tints of Patina #64978D
RGB
CMYK
RGB Variations
Color information
#64978D (or 0x64978D) is known color: Patina. HEX triplet: 64, 97 and 8D. RGB value is (100,151,141). Sum of RGB (Red+Green+Blue) = 100+151+141=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #64978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64978D is #9B6872. Grayscale: #868686. Windows color (decimal): -10184819 or 9279332. OLE color: 9279332.
HSL color Cylindrical-coordinate representation of color #64978D: hue angle of 168.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64978D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 141 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.41 |
| HSL | 168.24º | 0.2% | 0.49% | - |
| HSV(B) | 168.24º | 0.34% | 0.59% | - |
| XYZ | 21.13 | 26.77 | 29.25 | - |
| YUV | 134.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 141 | 0.34 | 0 | 0.07 | 0.41 | 168.24 | 0.2 | 0.49 |
| Hex | 64 | 97 | 8D | 22 | 0 | 7 | 29 | A8 | 14 | 31 |
| Octal | 144 | 227 | 215 | 42 | 0 | 7 | 51 | 250 | 24 | 61 |
| Binary | 1100100 | 10010111 | 10001101 | 100010 | 0 | 111 | 101001 | 10101000 | 10100 | 110001 |
Color Harmonies of #64978D
Complementary color
Monochromatic Colors of #64978D
Black with #64978D
Text Example
Text Example
White with #64978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64978D; }
p { color: rgb(100,151,141); }
H1.HeaderClassName
{
color: #64978D;
}
.AnyTagClassName
{
color: #64978D;
}
</style>
background-color css
<style>
a { background-color: #64978D; }
a { background-color: rgb(100,151,141); }
div.DivClassName
{
background-color: #64978D;
}
.BgClassName
{
background-color: #64978D;
}
</style>
border-color css
<style>
span { border-color: #64978D; }
span { border-color: rgb(100,151,141); }
td.TdClassName
{
border-color: #64978D;
}
.TagClassName
{
border-color: #64978D;
}
</style>