Shades of Patina #649E7F
Tints of Patina #649E7F
RGB
CMYK
RGB Variations
Color information
#649E7F (or 0x649E7F) is known color: Patina. HEX triplet: 64, 9E and 7F. RGB value is (100,158,127). Sum of RGB (Red+Green+Blue) = 100+158+127=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #649E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E7F is #9B6180. Grayscale: #898989. Windows color (decimal): -10183041 or 8363620. OLE color: 8363620.
HSL color Cylindrical-coordinate representation of color #649E7F: hue angle of 147.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E7F is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 127 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.38 |
| HSL | 147.93º | 0.23% | 0.51% | - |
| HSV(B) | 147.93º | 0.37% | 0.62% | - |
| XYZ | 21.31 | 28.7 | 24.49 | - |
| YUV | 137.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 127 | 0.37 | 0 | 0.20 | 0.38 | 147.93 | 0.23 | 0.51 |
| Hex | 64 | 9E | 7F | 25 | 0 | 14 | 26 | 94 | 17 | 33 |
| Octal | 144 | 236 | 177 | 45 | 0 | 24 | 46 | 224 | 27 | 63 |
| Binary | 1100100 | 10011110 | 1111111 | 100101 | 0 | 10100 | 100110 | 10010100 | 10111 | 110011 |
Color Harmonies of #649E7F
Complementary color
Monochromatic Colors of #649E7F
Black with #649E7F
Text Example
Text Example
White with #649E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E7F; }
p { color: rgb(100,158,127); }
H1.HeaderClassName
{
color: #649E7F;
}
.AnyTagClassName
{
color: #649E7F;
}
</style>
background-color css
<style>
a { background-color: #649E7F; }
a { background-color: rgb(100,158,127); }
div.DivClassName
{
background-color: #649E7F;
}
.BgClassName
{
background-color: #649E7F;
}
</style>
border-color css
<style>
span { border-color: #649E7F; }
span { border-color: rgb(100,158,127); }
td.TdClassName
{
border-color: #649E7F;
}
.TagClassName
{
border-color: #649E7F;
}
</style>