Shades of Patina #64957F
Tints of Patina #64957F
RGB
CMYK
RGB Variations
Color information
#64957F (or 0x64957F) is known color: Patina. HEX triplet: 64, 95 and 7F. RGB value is (100,149,127). Sum of RGB (Red+Green+Blue) = 100+149+127=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #64957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64957F is #9B6A80. Grayscale: #838383. Windows color (decimal): -10185345 or 8361316. OLE color: 8361316.
HSL color Cylindrical-coordinate representation of color #64957F: hue angle of 153.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64957F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 127 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.42 |
| HSL | 153.06º | 0.2% | 0.49% | - |
| HSV(B) | 153.06º | 0.33% | 0.58% | - |
| XYZ | 19.83 | 25.74 | 24 | - |
| YUV | 131.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 127 | 0.33 | 0 | 0.15 | 0.42 | 153.06 | 0.2 | 0.49 |
| Hex | 64 | 95 | 7F | 21 | 0 | F | 2A | 99 | 14 | 31 |
| Octal | 144 | 225 | 177 | 41 | 0 | 17 | 52 | 231 | 24 | 61 |
| Binary | 1100100 | 10010101 | 1111111 | 100001 | 0 | 1111 | 101010 | 10011001 | 10100 | 110001 |
Color Harmonies of #64957F
Complementary color
Monochromatic Colors of #64957F
Black with #64957F
Text Example
Text Example
White with #64957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64957F; }
p { color: rgb(100,149,127); }
H1.HeaderClassName
{
color: #64957F;
}
.AnyTagClassName
{
color: #64957F;
}
</style>
background-color css
<style>
a { background-color: #64957F; }
a { background-color: rgb(100,149,127); }
div.DivClassName
{
background-color: #64957F;
}
.BgClassName
{
background-color: #64957F;
}
</style>
border-color css
<style>
span { border-color: #64957F; }
span { border-color: rgb(100,149,127); }
td.TdClassName
{
border-color: #64957F;
}
.TagClassName
{
border-color: #64957F;
}
</style>