Shades of Hippie Green #64855D
Tints of Hippie Green #64855D
RGB
CMYK
RGB Variations
Color information
#64855D (or 0x64855D) is known color: Hippie Green. HEX triplet: 64, 85 and 5D. RGB value is (100,133,93). Sum of RGB (Red+Green+Blue) = 100+133+93=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #64855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64855D is #9B7AA2. Grayscale: #767676. Windows color (decimal): -10189475 or 6128996. OLE color: 6128996.
HSL color Cylindrical-coordinate representation of color #64855D: hue angle of 109.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64855D is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 93 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.48 |
| HSL | 109.5º | 0.18% | 0.44% | - |
| HSV(B) | 109.5º | 0.3% | 0.52% | - |
| XYZ | 15.62 | 20.27 | 13.45 | - |
| YUV | 118.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 93 | 0.25 | 0 | 0.30 | 0.48 | 109.5 | 0.18 | 0.44 |
| Hex | 64 | 85 | 5D | 19 | 0 | 1E | 30 | 6E | 12 | 2C |
| Octal | 144 | 205 | 135 | 31 | 0 | 36 | 60 | 156 | 22 | 54 |
| Binary | 1100100 | 10000101 | 1011101 | 11001 | 0 | 11110 | 110000 | 1101110 | 10010 | 101100 |
Color Harmonies of #64855D
Complementary color
Monochromatic Colors of #64855D
Black with #64855D
Text Example
Text Example
White with #64855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64855D; }
p { color: rgb(100,133,93); }
H1.HeaderClassName
{
color: #64855D;
}
.AnyTagClassName
{
color: #64855D;
}
</style>
background-color css
<style>
a { background-color: #64855D; }
a { background-color: rgb(100,133,93); }
div.DivClassName
{
background-color: #64855D;
}
.BgClassName
{
background-color: #64855D;
}
</style>
border-color css
<style>
span { border-color: #64855D; }
span { border-color: rgb(100,133,93); }
td.TdClassName
{
border-color: #64855D;
}
.TagClassName
{
border-color: #64855D;
}
</style>