Shades of Hippie Green #6D985D
Tints of Hippie Green #6D985D
RGB
CMYK
RGB Variations
Color information
#6D985D (or 0x6D985D) is known color: Hippie Green. HEX triplet: 6D, 98 and 5D. RGB value is (109,152,93). Sum of RGB (Red+Green+Blue) = 109+152+93=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #6D985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D985D is #9267A2. Grayscale: #848484. Windows color (decimal): -9594787 or 6133869. OLE color: 6133869.
HSL color Cylindrical-coordinate representation of color #6D985D: hue angle of 103.73º 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 #6D985D is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 93 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.40 |
| HSL | 103.73º | 0.24% | 0.48% | - |
| HSV(B) | 103.73º | 0.39% | 0.6% | - |
| XYZ | 19.51 | 26.5 | 14.44 | - |
| YUV | 132.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 93 | 0.28 | 0 | 0.39 | 0.40 | 103.73 | 0.24 | 0.48 |
| Hex | 6D | 98 | 5D | 1C | 0 | 27 | 28 | 68 | 18 | 30 |
| Octal | 155 | 230 | 135 | 34 | 0 | 47 | 50 | 150 | 30 | 60 |
| Binary | 1101101 | 10011000 | 1011101 | 11100 | 0 | 100111 | 101000 | 1101000 | 11000 | 110000 |
Color Harmonies of #6D985D
Complementary color
Monochromatic Colors of #6D985D
Black with #6D985D
Text Example
Text Example
White with #6D985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D985D; }
p { color: rgb(109,152,93); }
H1.HeaderClassName
{
color: #6D985D;
}
.AnyTagClassName
{
color: #6D985D;
}
</style>
background-color css
<style>
a { background-color: #6D985D; }
a { background-color: rgb(109,152,93); }
div.DivClassName
{
background-color: #6D985D;
}
.BgClassName
{
background-color: #6D985D;
}
</style>
border-color css
<style>
span { border-color: #6D985D; }
span { border-color: rgb(109,152,93); }
td.TdClassName
{
border-color: #6D985D;
}
.TagClassName
{
border-color: #6D985D;
}
</style>