Shades of Patina #64A18B
Tints of Patina #64A18B
RGB
CMYK
RGB Variations
Color information
#64A18B (or 0x64A18B) is known color: Patina. HEX triplet: 64, A1 and 8B. RGB value is (100,161,139). Sum of RGB (Red+Green+Blue) = 100+161+139=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #64A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A18B is #9B5E74. Grayscale: #8C8C8C. Windows color (decimal): -10182261 or 9150820. OLE color: 9150820.
HSL color Cylindrical-coordinate representation of color #64A18B: hue angle of 158.36º 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 #64A18B is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 139 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.37 |
| HSL | 158.36º | 0.24% | 0.51% | - |
| HSV(B) | 158.36º | 0.38% | 0.63% | - |
| XYZ | 22.66 | 30.06 | 29.03 | - |
| YUV | 140.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 139 | 0.38 | 0 | 0.14 | 0.37 | 158.36 | 0.24 | 0.51 |
| Hex | 64 | A1 | 8B | 26 | 0 | E | 25 | 9E | 18 | 33 |
| Octal | 144 | 241 | 213 | 46 | 0 | 16 | 45 | 236 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10001011 | 100110 | 0 | 1110 | 100101 | 10011110 | 11000 | 110011 |
Color Harmonies of #64A18B
Complementary color
Monochromatic Colors of #64A18B
Black with #64A18B
Text Example
Text Example
White with #64A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A18B; }
p { color: rgb(100,161,139); }
H1.HeaderClassName
{
color: #64A18B;
}
.AnyTagClassName
{
color: #64A18B;
}
</style>
background-color css
<style>
a { background-color: #64A18B; }
a { background-color: rgb(100,161,139); }
div.DivClassName
{
background-color: #64A18B;
}
.BgClassName
{
background-color: #64A18B;
}
</style>
border-color css
<style>
span { border-color: #64A18B; }
span { border-color: rgb(100,161,139); }
td.TdClassName
{
border-color: #64A18B;
}
.TagClassName
{
border-color: #64A18B;
}
</style>