Shades of Hippie Green #6D965F
Tints of Hippie Green #6D965F
RGB
CMYK
RGB Variations
Color information
#6D965F (or 0x6D965F) is known color: Hippie Green. HEX triplet: 6D, 96 and 5F. RGB value is (109,150,95). Sum of RGB (Red+Green+Blue) = 109+150+95=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #6D965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D965F is #9269A0. Grayscale: #838383. Windows color (decimal): -9595297 or 6264429. OLE color: 6264429.
HSL color Cylindrical-coordinate representation of color #6D965F: hue angle of 104.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D965F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 95 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.41 |
| HSL | 104.73º | 0.22% | 0.48% | - |
| HSV(B) | 104.73º | 0.37% | 0.59% | - |
| XYZ | 19.28 | 25.89 | 14.81 | - |
| YUV | 131.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 95 | 0.27 | 0 | 0.37 | 0.41 | 104.73 | 0.22 | 0.48 |
| Hex | 6D | 96 | 5F | 1B | 0 | 25 | 29 | 69 | 16 | 30 |
| Octal | 155 | 226 | 137 | 33 | 0 | 45 | 51 | 151 | 26 | 60 |
| Binary | 1101101 | 10010110 | 1011111 | 11011 | 0 | 100101 | 101001 | 1101001 | 10110 | 110000 |
Color Harmonies of #6D965F
Complementary color
Monochromatic Colors of #6D965F
Black with #6D965F
Text Example
Text Example
White with #6D965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D965F; }
p { color: rgb(109,150,95); }
H1.HeaderClassName
{
color: #6D965F;
}
.AnyTagClassName
{
color: #6D965F;
}
</style>
background-color css
<style>
a { background-color: #6D965F; }
a { background-color: rgb(109,150,95); }
div.DivClassName
{
background-color: #6D965F;
}
.BgClassName
{
background-color: #6D965F;
}
</style>
border-color css
<style>
span { border-color: #6D965F; }
span { border-color: rgb(109,150,95); }
td.TdClassName
{
border-color: #6D965F;
}
.TagClassName
{
border-color: #6D965F;
}
</style>