Shades of Hippie Green #64895B
Tints of Hippie Green #64895B
RGB
CMYK
RGB Variations
Color information
#64895B (or 0x64895B) is known color: Hippie Green. HEX triplet: 64, 89 and 5B. RGB value is (100,137,91). Sum of RGB (Red+Green+Blue) = 100+137+91=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #64895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64895B is #9B76A4. Grayscale: #787878. Windows color (decimal): -10188453 or 5998948. OLE color: 5998948.
HSL color Cylindrical-coordinate representation of color #64895B: hue angle of 108.26º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64895B is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 91 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.46 |
| HSL | 108.26º | 0.2% | 0.45% | - |
| HSV(B) | 108.26º | 0.34% | 0.54% | - |
| XYZ | 16.09 | 21.36 | 13.17 | - |
| YUV | 120.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 91 | 0.27 | 0 | 0.34 | 0.46 | 108.26 | 0.2 | 0.45 |
| Hex | 64 | 89 | 5B | 1B | 0 | 22 | 2E | 6C | 14 | 2D |
| Octal | 144 | 211 | 133 | 33 | 0 | 42 | 56 | 154 | 24 | 55 |
| Binary | 1100100 | 10001001 | 1011011 | 11011 | 0 | 100010 | 101110 | 1101100 | 10100 | 101101 |
Color Harmonies of #64895B
Complementary color
Monochromatic Colors of #64895B
Black with #64895B
Text Example
Text Example
White with #64895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64895B; }
p { color: rgb(100,137,91); }
H1.HeaderClassName
{
color: #64895B;
}
.AnyTagClassName
{
color: #64895B;
}
</style>
background-color css
<style>
a { background-color: #64895B; }
a { background-color: rgb(100,137,91); }
div.DivClassName
{
background-color: #64895B;
}
.BgClassName
{
background-color: #64895B;
}
</style>
border-color css
<style>
span { border-color: #64895B; }
span { border-color: rgb(100,137,91); }
td.TdClassName
{
border-color: #64895B;
}
.TagClassName
{
border-color: #64895B;
}
</style>