Shades of Patina #64947A
Tints of Patina #64947A
RGB
CMYK
RGB Variations
Color information
#64947A (or 0x64947A) is known color: Patina. HEX triplet: 64, 94 and 7A. RGB value is (100,148,122). Sum of RGB (Red+Green+Blue) = 100+148+122=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #64947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947A is #9B6B85. Grayscale: #828282. Windows color (decimal): -10185606 or 8033380. OLE color: 8033380.
HSL color Cylindrical-coordinate representation of color #64947A: hue angle of 147.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64947A is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 122 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.42 |
| HSL | 147.5º | 0.19% | 0.49% | - |
| HSV(B) | 147.5º | 0.32% | 0.58% | - |
| XYZ | 19.36 | 25.29 | 22.27 | - |
| YUV | 130.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 122 | 0.32 | 0 | 0.18 | 0.42 | 147.5 | 0.19 | 0.49 |
| Hex | 64 | 94 | 7A | 20 | 0 | 12 | 2A | 94 | 13 | 31 |
| Octal | 144 | 224 | 172 | 40 | 0 | 22 | 52 | 224 | 23 | 61 |
| Binary | 1100100 | 10010100 | 1111010 | 100000 | 0 | 10010 | 101010 | 10010100 | 10011 | 110001 |
Color Harmonies of #64947A
Complementary color
Monochromatic Colors of #64947A
Black with #64947A
Text Example
Text Example
White with #64947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64947A; }
p { color: rgb(100,148,122); }
H1.HeaderClassName
{
color: #64947A;
}
.AnyTagClassName
{
color: #64947A;
}
</style>
background-color css
<style>
a { background-color: #64947A; }
a { background-color: rgb(100,148,122); }
div.DivClassName
{
background-color: #64947A;
}
.BgClassName
{
background-color: #64947A;
}
</style>
border-color css
<style>
span { border-color: #64947A; }
span { border-color: rgb(100,148,122); }
td.TdClassName
{
border-color: #64947A;
}
.TagClassName
{
border-color: #64947A;
}
</style>