Shades of Hippie Green #64985D
Tints of Hippie Green #64985D
RGB
CMYK
RGB Variations
Color information
#64985D (or 0x64985D) is known color: Hippie Green. HEX triplet: 64, 98 and 5D. RGB value is (100,152,93). Sum of RGB (Red+Green+Blue) = 100+152+93=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #64985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64985D is #9B67A2. Grayscale: #818181. Windows color (decimal): -10184611 or 6133860. OLE color: 6133860.
HSL color Cylindrical-coordinate representation of color #64985D: hue angle of 112.88º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64985D is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 93 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.40 |
| HSL | 112.88º | 0.24% | 0.48% | - |
| HSV(B) | 112.88º | 0.39% | 0.6% | - |
| XYZ | 18.46 | 25.96 | 14.39 | - |
| YUV | 129.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 93 | 0.34 | 0 | 0.39 | 0.40 | 112.88 | 0.24 | 0.48 |
| Hex | 64 | 98 | 5D | 22 | 0 | 27 | 28 | 71 | 18 | 30 |
| Octal | 144 | 230 | 135 | 42 | 0 | 47 | 50 | 161 | 30 | 60 |
| Binary | 1100100 | 10011000 | 1011101 | 100010 | 0 | 100111 | 101000 | 1110001 | 11000 | 110000 |
Color Harmonies of #64985D
Complementary color
Monochromatic Colors of #64985D
Black with #64985D
Text Example
Text Example
White with #64985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64985D; }
p { color: rgb(100,152,93); }
H1.HeaderClassName
{
color: #64985D;
}
.AnyTagClassName
{
color: #64985D;
}
</style>
background-color css
<style>
a { background-color: #64985D; }
a { background-color: rgb(100,152,93); }
div.DivClassName
{
background-color: #64985D;
}
.BgClassName
{
background-color: #64985D;
}
</style>
border-color css
<style>
span { border-color: #64985D; }
span { border-color: rgb(100,152,93); }
td.TdClassName
{
border-color: #64985D;
}
.TagClassName
{
border-color: #64985D;
}
</style>