Shades of Patina #64917E
Tints of Patina #64917E
RGB
CMYK
RGB Variations
Color information
#64917E (or 0x64917E) is known color: Patina. HEX triplet: 64, 91 and 7E. RGB value is (100,145,126). Sum of RGB (Red+Green+Blue) = 100+145+126=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #64917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64917E is #9B6E81. Grayscale: #818181. Windows color (decimal): -10186370 or 8294756. OLE color: 8294756.
HSL color Cylindrical-coordinate representation of color #64917E: hue angle of 154.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64917E is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 126 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.43 |
| HSL | 154.67º | 0.18% | 0.48% | - |
| HSV(B) | 154.67º | 0.31% | 0.57% | - |
| XYZ | 19.15 | 24.47 | 23.45 | - |
| YUV | 129.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 126 | 0.31 | 0 | 0.13 | 0.43 | 154.67 | 0.18 | 0.48 |
| Hex | 64 | 91 | 7E | 1F | 0 | D | 2B | 9B | 12 | 30 |
| Octal | 144 | 221 | 176 | 37 | 0 | 15 | 53 | 233 | 22 | 60 |
| Binary | 1100100 | 10010001 | 1111110 | 11111 | 0 | 1101 | 101011 | 10011011 | 10010 | 110000 |
Color Harmonies of #64917E
Complementary color
Monochromatic Colors of #64917E
Black with #64917E
Text Example
Text Example
White with #64917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64917E; }
p { color: rgb(100,145,126); }
H1.HeaderClassName
{
color: #64917E;
}
.AnyTagClassName
{
color: #64917E;
}
</style>
background-color css
<style>
a { background-color: #64917E; }
a { background-color: rgb(100,145,126); }
div.DivClassName
{
background-color: #64917E;
}
.BgClassName
{
background-color: #64917E;
}
</style>
border-color css
<style>
span { border-color: #64917E; }
span { border-color: rgb(100,145,126); }
td.TdClassName
{
border-color: #64917E;
}
.TagClassName
{
border-color: #64917E;
}
</style>