Shades of Hippie Green #6D9460
Tints of Hippie Green #6D9460
RGB
CMYK
RGB Variations
Color information
#6D9460 (or 0x6D9460) is known color: Hippie Green. HEX triplet: 6D, 94 and 60. RGB value is (109,148,96). Sum of RGB (Red+Green+Blue) = 109+148+96=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9460 is #926B9F. Grayscale: #828282. Windows color (decimal): -9595808 or 6329453. OLE color: 6329453.
HSL color Cylindrical-coordinate representation of color #6D9460: hue angle of 105º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D9460 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 96 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.42 |
| HSL | 105º | 0.21% | 0.48% | - |
| HSV(B) | 105º | 0.35% | 0.58% | - |
| XYZ | 19.01 | 25.28 | 14.94 | - |
| YUV | 130.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 96 | 0.26 | 0 | 0.35 | 0.42 | 105 | 0.21 | 0.48 |
| Hex | 6D | 94 | 60 | 1A | 0 | 23 | 2A | 69 | 15 | 30 |
| Octal | 155 | 224 | 140 | 32 | 0 | 43 | 52 | 151 | 25 | 60 |
| Binary | 1101101 | 10010100 | 1100000 | 11010 | 0 | 100011 | 101010 | 1101001 | 10101 | 110000 |
Color Harmonies of #6D9460
Complementary color
Monochromatic Colors of #6D9460
Black with #6D9460
Text Example
Text Example
White with #6D9460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9460; }
p { color: rgb(109,148,96); }
H1.HeaderClassName
{
color: #6D9460;
}
.AnyTagClassName
{
color: #6D9460;
}
</style>
background-color css
<style>
a { background-color: #6D9460; }
a { background-color: rgb(109,148,96); }
div.DivClassName
{
background-color: #6D9460;
}
.BgClassName
{
background-color: #6D9460;
}
</style>
border-color css
<style>
span { border-color: #6D9460; }
span { border-color: rgb(109,148,96); }
td.TdClassName
{
border-color: #6D9460;
}
.TagClassName
{
border-color: #6D9460;
}
</style>