Shades of Hippie Green #64965F
Tints of Hippie Green #64965F
RGB
CMYK
RGB Variations
Color information
#64965F (or 0x64965F) is known color: Hippie Green. HEX triplet: 64, 96 and 5F. RGB value is (100,150,95). Sum of RGB (Red+Green+Blue) = 100+150+95=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #64965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64965F is #9B69A0. Grayscale: #808080. Windows color (decimal): -10185121 or 6264420. OLE color: 6264420.
HSL color Cylindrical-coordinate representation of color #64965F: hue angle of 114.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64965F is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 95 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.41 |
| HSL | 114.55º | 0.22% | 0.48% | - |
| HSV(B) | 114.55º | 0.37% | 0.59% | - |
| XYZ | 18.23 | 25.35 | 14.76 | - |
| YUV | 128.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 95 | 0.33 | 0 | 0.37 | 0.41 | 114.55 | 0.22 | 0.48 |
| Hex | 64 | 96 | 5F | 21 | 0 | 25 | 29 | 73 | 16 | 30 |
| Octal | 144 | 226 | 137 | 41 | 0 | 45 | 51 | 163 | 26 | 60 |
| Binary | 1100100 | 10010110 | 1011111 | 100001 | 0 | 100101 | 101001 | 1110011 | 10110 | 110000 |
Color Harmonies of #64965F
Complementary color
Monochromatic Colors of #64965F
Black with #64965F
Text Example
Text Example
White with #64965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64965F; }
p { color: rgb(100,150,95); }
H1.HeaderClassName
{
color: #64965F;
}
.AnyTagClassName
{
color: #64965F;
}
</style>
background-color css
<style>
a { background-color: #64965F; }
a { background-color: rgb(100,150,95); }
div.DivClassName
{
background-color: #64965F;
}
.BgClassName
{
background-color: #64965F;
}
</style>
border-color css
<style>
span { border-color: #64965F; }
span { border-color: rgb(100,150,95); }
td.TdClassName
{
border-color: #64965F;
}
.TagClassName
{
border-color: #64965F;
}
</style>