Shades of Patina #64977E
Tints of Patina #64977E
RGB
CMYK
RGB Variations
Color information
#64977E (or 0x64977E) is known color: Patina. HEX triplet: 64, 97 and 7E. RGB value is (100,151,126). Sum of RGB (Red+Green+Blue) = 100+151+126=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #64977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64977E is #9B6881. Grayscale: #848484. Windows color (decimal): -10184834 or 8296292. OLE color: 8296292.
HSL color Cylindrical-coordinate representation of color #64977E: hue angle of 150.59º 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 #64977E is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 126 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.41 |
| HSL | 150.59º | 0.2% | 0.49% | - |
| HSV(B) | 150.59º | 0.34% | 0.59% | - |
| XYZ | 20.09 | 26.35 | 23.77 | - |
| YUV | 132.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 126 | 0.34 | 0 | 0.17 | 0.41 | 150.59 | 0.2 | 0.49 |
| Hex | 64 | 97 | 7E | 22 | 0 | 11 | 29 | 97 | 14 | 31 |
| Octal | 144 | 227 | 176 | 42 | 0 | 21 | 51 | 227 | 24 | 61 |
| Binary | 1100100 | 10010111 | 1111110 | 100010 | 0 | 10001 | 101001 | 10010111 | 10100 | 110001 |
Color Harmonies of #64977E
Complementary color
Monochromatic Colors of #64977E
Black with #64977E
Text Example
Text Example
White with #64977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64977E; }
p { color: rgb(100,151,126); }
H1.HeaderClassName
{
color: #64977E;
}
.AnyTagClassName
{
color: #64977E;
}
</style>
background-color css
<style>
a { background-color: #64977E; }
a { background-color: rgb(100,151,126); }
div.DivClassName
{
background-color: #64977E;
}
.BgClassName
{
background-color: #64977E;
}
</style>
border-color css
<style>
span { border-color: #64977E; }
span { border-color: rgb(100,151,126); }
td.TdClassName
{
border-color: #64977E;
}
.TagClassName
{
border-color: #64977E;
}
</style>