Shades of Hippie Green #64955C
Tints of Hippie Green #64955C
RGB
CMYK
RGB Variations
Color information
#64955C (or 0x64955C) is known color: Hippie Green. HEX triplet: 64, 95 and 5C. RGB value is (100,149,92). Sum of RGB (Red+Green+Blue) = 100+149+92=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #64955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64955C is #9B6AA3. Grayscale: #808080. Windows color (decimal): -10185380 or 6067556. OLE color: 6067556.
HSL color Cylindrical-coordinate representation of color #64955C: hue angle of 111.58º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64955C is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 92 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.42 |
| HSL | 111.58º | 0.24% | 0.47% | - |
| HSV(B) | 111.58º | 0.38% | 0.58% | - |
| XYZ | 17.93 | 24.98 | 14 | - |
| YUV | 127.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 92 | 0.33 | 0 | 0.38 | 0.42 | 111.58 | 0.24 | 0.47 |
| Hex | 64 | 95 | 5C | 21 | 0 | 26 | 2A | 70 | 18 | 2F |
| Octal | 144 | 225 | 134 | 41 | 0 | 46 | 52 | 160 | 30 | 57 |
| Binary | 1100100 | 10010101 | 1011100 | 100001 | 0 | 100110 | 101010 | 1110000 | 11000 | 101111 |
Color Harmonies of #64955C
Complementary color
Monochromatic Colors of #64955C
Black with #64955C
Text Example
Text Example
White with #64955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64955C; }
p { color: rgb(100,149,92); }
H1.HeaderClassName
{
color: #64955C;
}
.AnyTagClassName
{
color: #64955C;
}
</style>
background-color css
<style>
a { background-color: #64955C; }
a { background-color: rgb(100,149,92); }
div.DivClassName
{
background-color: #64955C;
}
.BgClassName
{
background-color: #64955C;
}
</style>
border-color css
<style>
span { border-color: #64955C; }
span { border-color: rgb(100,149,92); }
td.TdClassName
{
border-color: #64955C;
}
.TagClassName
{
border-color: #64955C;
}
</style>