Shades of Patina #64A188
Tints of Patina #64A188
RGB
CMYK
RGB Variations
Color information
#64A188 (or 0x64A188) is known color: Patina. HEX triplet: 64, A1 and 88. RGB value is (100,161,136). Sum of RGB (Red+Green+Blue) = 100+161+136=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #64A188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A188 is #9B5E77. Grayscale: #8B8B8B. Windows color (decimal): -10182264 or 8954212. OLE color: 8954212.
HSL color Cylindrical-coordinate representation of color #64A188: hue angle of 155.41º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A188 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 136 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.37 |
| HSL | 155.41º | 0.24% | 0.51% | - |
| HSV(B) | 155.41º | 0.38% | 0.63% | - |
| XYZ | 22.44 | 29.98 | 27.9 | - |
| YUV | 139.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 136 | 0.38 | 0 | 0.16 | 0.37 | 155.41 | 0.24 | 0.51 |
| Hex | 64 | A1 | 88 | 26 | 0 | 10 | 25 | 9B | 18 | 33 |
| Octal | 144 | 241 | 210 | 46 | 0 | 20 | 45 | 233 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10001000 | 100110 | 0 | 10000 | 100101 | 10011011 | 11000 | 110011 |
Color Harmonies of #64A188
Complementary color
Monochromatic Colors of #64A188
Black with #64A188
Text Example
Text Example
White with #64A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A188; }
p { color: rgb(100,161,136); }
H1.HeaderClassName
{
color: #64A188;
}
.AnyTagClassName
{
color: #64A188;
}
</style>
background-color css
<style>
a { background-color: #64A188; }
a { background-color: rgb(100,161,136); }
div.DivClassName
{
background-color: #64A188;
}
.BgClassName
{
background-color: #64A188;
}
</style>
border-color css
<style>
span { border-color: #64A188; }
span { border-color: rgb(100,161,136); }
td.TdClassName
{
border-color: #64A188;
}
.TagClassName
{
border-color: #64A188;
}
</style>