Shades of Hippie Green #68995E
Tints of Hippie Green #68995E
RGB
CMYK
RGB Variations
Color information
#68995E (or 0x68995E) is known color: Hippie Green. HEX triplet: 68, 99 and 5E. RGB value is (104,153,94). Sum of RGB (Red+Green+Blue) = 104+153+94=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #68995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68995E is #9766A1. Grayscale: #838383. Windows color (decimal): -9922210 or 6199656. OLE color: 6199656.
HSL color Cylindrical-coordinate representation of color #68995E: hue angle of 109.83º 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 #68995E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 94 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.4 |
| HSL | 109.83º | 0.24% | 0.48% | - |
| HSV(B) | 109.83º | 0.39% | 0.6% | - |
| XYZ | 19.12 | 26.53 | 14.7 | - |
| YUV | 131.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 94 | 0.32 | 0 | 0.39 | 0.4 | 109.83 | 0.24 | 0.48 |
| Hex | 68 | 99 | 5E | 20 | 0 | 27 | 28 | 6E | 18 | 30 |
| Octal | 150 | 231 | 136 | 40 | 0 | 47 | 50 | 156 | 30 | 60 |
| Binary | 1101000 | 10011001 | 1011110 | 100000 | 0 | 100111 | 101000 | 1101110 | 11000 | 110000 |
Color Harmonies of #68995E
Complementary color
Monochromatic Colors of #68995E
Black with #68995E
Text Example
Text Example
White with #68995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68995E; }
p { color: rgb(104,153,94); }
H1.HeaderClassName
{
color: #68995E;
}
.AnyTagClassName
{
color: #68995E;
}
</style>
background-color css
<style>
a { background-color: #68995E; }
a { background-color: rgb(104,153,94); }
div.DivClassName
{
background-color: #68995E;
}
.BgClassName
{
background-color: #68995E;
}
</style>
border-color css
<style>
span { border-color: #68995E; }
span { border-color: rgb(104,153,94); }
td.TdClassName
{
border-color: #68995E;
}
.TagClassName
{
border-color: #68995E;
}
</style>