Shades of Patina #64978B
Tints of Patina #64978B
RGB
CMYK
RGB Variations
Color information
#64978B (or 0x64978B) is known color: Patina. HEX triplet: 64, 97 and 8B. RGB value is (100,151,139). Sum of RGB (Red+Green+Blue) = 100+151+139=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #64978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64978B is #9B6874. Grayscale: #868686. Windows color (decimal): -10184821 or 9148260. OLE color: 9148260.
HSL color Cylindrical-coordinate representation of color #64978B: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64978B is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 139 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.41 |
| HSL | 165.88º | 0.2% | 0.49% | - |
| HSV(B) | 165.88º | 0.34% | 0.59% | - |
| XYZ | 20.98 | 26.71 | 28.48 | - |
| YUV | 134.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 139 | 0.34 | 0 | 0.08 | 0.41 | 165.88 | 0.2 | 0.49 |
| Hex | 64 | 97 | 8B | 22 | 0 | 8 | 29 | A6 | 14 | 31 |
| Octal | 144 | 227 | 213 | 42 | 0 | 10 | 51 | 246 | 24 | 61 |
| Binary | 1100100 | 10010111 | 10001011 | 100010 | 0 | 1000 | 101001 | 10100110 | 10100 | 110001 |
Color Harmonies of #64978B
Complementary color
Monochromatic Colors of #64978B
Black with #64978B
Text Example
Text Example
White with #64978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64978B; }
p { color: rgb(100,151,139); }
H1.HeaderClassName
{
color: #64978B;
}
.AnyTagClassName
{
color: #64978B;
}
</style>
background-color css
<style>
a { background-color: #64978B; }
a { background-color: rgb(100,151,139); }
div.DivClassName
{
background-color: #64978B;
}
.BgClassName
{
background-color: #64978B;
}
</style>
border-color css
<style>
span { border-color: #64978B; }
span { border-color: rgb(100,151,139); }
td.TdClassName
{
border-color: #64978B;
}
.TagClassName
{
border-color: #64978B;
}
</style>