Shades of Patina #64958A
Tints of Patina #64958A
RGB
CMYK
RGB Variations
Color information
#64958A (or 0x64958A) is known color: Patina. HEX triplet: 64, 95 and 8A. RGB value is (100,149,138). Sum of RGB (Red+Green+Blue) = 100+149+138=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #64958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64958A is #9B6A75. Grayscale: #858585. Windows color (decimal): -10185334 or 9082212. OLE color: 9082212.
HSL color Cylindrical-coordinate representation of color #64958A: hue angle of 166.53º 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 #64958A is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 138 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.42 |
| HSL | 166.53º | 0.2% | 0.49% | - |
| HSV(B) | 166.53º | 0.33% | 0.58% | - |
| XYZ | 20.59 | 26.04 | 27.99 | - |
| YUV | 133.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 138 | 0.33 | 0 | 0.07 | 0.42 | 166.53 | 0.2 | 0.49 |
| Hex | 64 | 95 | 8A | 21 | 0 | 7 | 2A | A7 | 14 | 31 |
| Octal | 144 | 225 | 212 | 41 | 0 | 7 | 52 | 247 | 24 | 61 |
| Binary | 1100100 | 10010101 | 10001010 | 100001 | 0 | 111 | 101010 | 10100111 | 10100 | 110001 |
Color Harmonies of #64958A
Complementary color
Monochromatic Colors of #64958A
Black with #64958A
Text Example
Text Example
White with #64958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64958A; }
p { color: rgb(100,149,138); }
H1.HeaderClassName
{
color: #64958A;
}
.AnyTagClassName
{
color: #64958A;
}
</style>
background-color css
<style>
a { background-color: #64958A; }
a { background-color: rgb(100,149,138); }
div.DivClassName
{
background-color: #64958A;
}
.BgClassName
{
background-color: #64958A;
}
</style>
border-color css
<style>
span { border-color: #64958A; }
span { border-color: rgb(100,149,138); }
td.TdClassName
{
border-color: #64958A;
}
.TagClassName
{
border-color: #64958A;
}
</style>