Shades of Patina #649078
Tints of Patina #649078
RGB
CMYK
RGB Variations
Color information
#649078 (or 0x649078) is known color: Patina. HEX triplet: 64, 90 and 78. RGB value is (100,144,120). Sum of RGB (Red+Green+Blue) = 100+144+120=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #649078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649078 is #9B6F87. Grayscale: #808080. Windows color (decimal): -10186632 or 7901284. OLE color: 7901284.
HSL color Cylindrical-coordinate representation of color #649078: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649078 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 120 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.44 |
| HSL | 147.27º | 0.18% | 0.48% | - |
| HSV(B) | 147.27º | 0.31% | 0.56% | - |
| XYZ | 18.62 | 24.01 | 21.42 | - |
| YUV | 128.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 120 | 0.31 | 0 | 0.17 | 0.44 | 147.27 | 0.18 | 0.48 |
| Hex | 64 | 90 | 78 | 1F | 0 | 11 | 2C | 93 | 12 | 30 |
| Octal | 144 | 220 | 170 | 37 | 0 | 21 | 54 | 223 | 22 | 60 |
| Binary | 1100100 | 10010000 | 1111000 | 11111 | 0 | 10001 | 101100 | 10010011 | 10010 | 110000 |
Color Harmonies of #649078
Complementary color
Monochromatic Colors of #649078
Black with #649078
Text Example
Text Example
White with #649078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649078; }
p { color: rgb(100,144,120); }
H1.HeaderClassName
{
color: #649078;
}
.AnyTagClassName
{
color: #649078;
}
</style>
background-color css
<style>
a { background-color: #649078; }
a { background-color: rgb(100,144,120); }
div.DivClassName
{
background-color: #649078;
}
.BgClassName
{
background-color: #649078;
}
</style>
border-color css
<style>
span { border-color: #649078; }
span { border-color: rgb(100,144,120); }
td.TdClassName
{
border-color: #649078;
}
.TagClassName
{
border-color: #649078;
}
</style>