Shades of Hippie Green #68965F
Tints of Hippie Green #68965F
RGB
CMYK
RGB Variations
Color information
#68965F (or 0x68965F) is known color: Hippie Green. HEX triplet: 68, 96 and 5F. RGB value is (104,150,95). Sum of RGB (Red+Green+Blue) = 104+150+95=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #68965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68965F is #9769A0. Grayscale: #828282. Windows color (decimal): -9922977 or 6264424. OLE color: 6264424.
HSL color Cylindrical-coordinate representation of color #68965F: hue angle of 110.18º 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 #68965F is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 95 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.41 |
| HSL | 110.18º | 0.22% | 0.48% | - |
| HSV(B) | 110.18º | 0.37% | 0.59% | - |
| XYZ | 18.68 | 25.58 | 14.78 | - |
| YUV | 129.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 95 | 0.31 | 0 | 0.37 | 0.41 | 110.18 | 0.22 | 0.48 |
| Hex | 68 | 96 | 5F | 1F | 0 | 25 | 29 | 6E | 16 | 30 |
| Octal | 150 | 226 | 137 | 37 | 0 | 45 | 51 | 156 | 26 | 60 |
| Binary | 1101000 | 10010110 | 1011111 | 11111 | 0 | 100101 | 101001 | 1101110 | 10110 | 110000 |
Color Harmonies of #68965F
Complementary color
Monochromatic Colors of #68965F
Black with #68965F
Text Example
Text Example
White with #68965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68965F; }
p { color: rgb(104,150,95); }
H1.HeaderClassName
{
color: #68965F;
}
.AnyTagClassName
{
color: #68965F;
}
</style>
background-color css
<style>
a { background-color: #68965F; }
a { background-color: rgb(104,150,95); }
div.DivClassName
{
background-color: #68965F;
}
.BgClassName
{
background-color: #68965F;
}
</style>
border-color css
<style>
span { border-color: #68965F; }
span { border-color: rgb(104,150,95); }
td.TdClassName
{
border-color: #68965F;
}
.TagClassName
{
border-color: #68965F;
}
</style>