Shades of Patina #64927B
Tints of Patina #64927B
RGB
CMYK
RGB Variations
Color information
#64927B (or 0x64927B) is known color: Patina. HEX triplet: 64, 92 and 7B. RGB value is (100,146,123). Sum of RGB (Red+Green+Blue) = 100+146+123=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #64927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64927B is #9B6D84. Grayscale: #818181. Windows color (decimal): -10186117 or 8098404. OLE color: 8098404.
HSL color Cylindrical-coordinate representation of color #64927B: hue angle of 150º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64927B is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 123 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.43 |
| HSL | 150º | 0.19% | 0.48% | - |
| HSV(B) | 150º | 0.32% | 0.57% | - |
| XYZ | 19.11 | 24.7 | 22.5 | - |
| YUV | 129.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 123 | 0.32 | 0 | 0.16 | 0.43 | 150 | 0.19 | 0.48 |
| Hex | 64 | 92 | 7B | 20 | 0 | 10 | 2B | 96 | 13 | 30 |
| Octal | 144 | 222 | 173 | 40 | 0 | 20 | 53 | 226 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1111011 | 100000 | 0 | 10000 | 101011 | 10010110 | 10011 | 110000 |
Color Harmonies of #64927B
Complementary color
Monochromatic Colors of #64927B
Black with #64927B
Text Example
Text Example
White with #64927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64927B; }
p { color: rgb(100,146,123); }
H1.HeaderClassName
{
color: #64927B;
}
.AnyTagClassName
{
color: #64927B;
}
</style>
background-color css
<style>
a { background-color: #64927B; }
a { background-color: rgb(100,146,123); }
div.DivClassName
{
background-color: #64927B;
}
.BgClassName
{
background-color: #64927B;
}
</style>
border-color css
<style>
span { border-color: #64927B; }
span { border-color: rgb(100,146,123); }
td.TdClassName
{
border-color: #64927B;
}
.TagClassName
{
border-color: #64927B;
}
</style>