Shades of Hippie Green #6D9864
Tints of Hippie Green #6D9864
RGB
CMYK
RGB Variations
Color information
#6D9864 (or 0x6D9864) is known color: Hippie Green. HEX triplet: 6D, 98 and 64. RGB value is (109,152,100). Sum of RGB (Red+Green+Blue) = 109+152+100=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #6D9864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9864 is #92679B. Grayscale: #858585. Windows color (decimal): -9594780 or 6592621. OLE color: 6592621.
HSL color Cylindrical-coordinate representation of color #6D9864: hue angle of 109.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D9864 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 100 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.40 |
| HSL | 109.62º | 0.21% | 0.49% | - |
| HSV(B) | 109.62º | 0.34% | 0.6% | - |
| XYZ | 19.84 | 26.63 | 16.15 | - |
| YUV | 133.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 100 | 0.28 | 0 | 0.34 | 0.40 | 109.62 | 0.21 | 0.49 |
| Hex | 6D | 98 | 64 | 1C | 0 | 22 | 28 | 6E | 15 | 31 |
| Octal | 155 | 230 | 144 | 34 | 0 | 42 | 50 | 156 | 25 | 61 |
| Binary | 1101101 | 10011000 | 1100100 | 11100 | 0 | 100010 | 101000 | 1101110 | 10101 | 110001 |
Color Harmonies of #6D9864
Complementary color
Monochromatic Colors of #6D9864
Black with #6D9864
Text Example
Text Example
White with #6D9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9864; }
p { color: rgb(109,152,100); }
H1.HeaderClassName
{
color: #6D9864;
}
.AnyTagClassName
{
color: #6D9864;
}
</style>
background-color css
<style>
a { background-color: #6D9864; }
a { background-color: rgb(109,152,100); }
div.DivClassName
{
background-color: #6D9864;
}
.BgClassName
{
background-color: #6D9864;
}
</style>
border-color css
<style>
span { border-color: #6D9864; }
span { border-color: rgb(109,152,100); }
td.TdClassName
{
border-color: #6D9864;
}
.TagClassName
{
border-color: #6D9864;
}
</style>