Shades of Hippie Green #64925D
Tints of Hippie Green #64925D
RGB
CMYK
RGB Variations
Color information
#64925D (or 0x64925D) is known color: Hippie Green. HEX triplet: 64, 92 and 5D. RGB value is (100,146,93). Sum of RGB (Red+Green+Blue) = 100+146+93=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #64925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64925D is #9B6DA2. Grayscale: #7E7E7E. Windows color (decimal): -10186147 or 6132324. OLE color: 6132324.
HSL color Cylindrical-coordinate representation of color #64925D: hue angle of 112.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64925D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 93 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.43 |
| HSL | 112.08º | 0.22% | 0.47% | - |
| HSV(B) | 112.08º | 0.36% | 0.57% | - |
| XYZ | 17.51 | 24.06 | 14.08 | - |
| YUV | 126.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 93 | 0.32 | 0 | 0.36 | 0.43 | 112.08 | 0.22 | 0.47 |
| Hex | 64 | 92 | 5D | 20 | 0 | 24 | 2B | 70 | 16 | 2F |
| Octal | 144 | 222 | 135 | 40 | 0 | 44 | 53 | 160 | 26 | 57 |
| Binary | 1100100 | 10010010 | 1011101 | 100000 | 0 | 100100 | 101011 | 1110000 | 10110 | 101111 |
Color Harmonies of #64925D
Complementary color
Monochromatic Colors of #64925D
Black with #64925D
Text Example
Text Example
White with #64925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64925D; }
p { color: rgb(100,146,93); }
H1.HeaderClassName
{
color: #64925D;
}
.AnyTagClassName
{
color: #64925D;
}
</style>
background-color css
<style>
a { background-color: #64925D; }
a { background-color: rgb(100,146,93); }
div.DivClassName
{
background-color: #64925D;
}
.BgClassName
{
background-color: #64925D;
}
</style>
border-color css
<style>
span { border-color: #64925D; }
span { border-color: rgb(100,146,93); }
td.TdClassName
{
border-color: #64925D;
}
.TagClassName
{
border-color: #64925D;
}
</style>