Shades of Patina #64937C
Tints of Patina #64937C
RGB
CMYK
RGB Variations
Color information
#64937C (or 0x64937C) is known color: Patina. HEX triplet: 64, 93 and 7C. RGB value is (100,147,124). Sum of RGB (Red+Green+Blue) = 100+147+124=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #64937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64937C is #9B6C83. Grayscale: #828282. Windows color (decimal): -10185860 or 8164196. OLE color: 8164196.
HSL color Cylindrical-coordinate representation of color #64937C: hue angle of 150.64º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64937C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 124 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.42 |
| HSL | 150.64º | 0.19% | 0.48% | - |
| HSV(B) | 150.64º | 0.32% | 0.58% | - |
| XYZ | 19.33 | 25.03 | 22.88 | - |
| YUV | 130.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 124 | 0.32 | 0 | 0.16 | 0.42 | 150.64 | 0.19 | 0.48 |
| Hex | 64 | 93 | 7C | 20 | 0 | 10 | 2A | 97 | 13 | 30 |
| Octal | 144 | 223 | 174 | 40 | 0 | 20 | 52 | 227 | 23 | 60 |
| Binary | 1100100 | 10010011 | 1111100 | 100000 | 0 | 10000 | 101010 | 10010111 | 10011 | 110000 |
Color Harmonies of #64937C
Complementary color
Monochromatic Colors of #64937C
Black with #64937C
Text Example
Text Example
White with #64937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64937C; }
p { color: rgb(100,147,124); }
H1.HeaderClassName
{
color: #64937C;
}
.AnyTagClassName
{
color: #64937C;
}
</style>
background-color css
<style>
a { background-color: #64937C; }
a { background-color: rgb(100,147,124); }
div.DivClassName
{
background-color: #64937C;
}
.BgClassName
{
background-color: #64937C;
}
</style>
border-color css
<style>
span { border-color: #64937C; }
span { border-color: rgb(100,147,124); }
td.TdClassName
{
border-color: #64937C;
}
.TagClassName
{
border-color: #64937C;
}
</style>