Shades of Hippie Green #68995C
Tints of Hippie Green #68995C
RGB
CMYK
RGB Variations
Color information
#68995C (or 0x68995C) is known color: Hippie Green. HEX triplet: 68, 99 and 5C. RGB value is (104,153,92). Sum of RGB (Red+Green+Blue) = 104+153+92=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #68995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68995C is #9766A3. Grayscale: #838383. Windows color (decimal): -9922212 or 6068584. OLE color: 6068584.
HSL color Cylindrical-coordinate representation of color #68995C: hue angle of 108.2º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68995C is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 92 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.4 |
| HSL | 108.2º | 0.25% | 0.48% | - |
| HSV(B) | 108.2º | 0.4% | 0.6% | - |
| XYZ | 19.03 | 26.5 | 14.24 | - |
| YUV | 131.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 92 | 0.32 | 0 | 0.40 | 0.4 | 108.2 | 0.25 | 0.48 |
| Hex | 68 | 99 | 5C | 20 | 0 | 28 | 28 | 6C | 19 | 30 |
| Octal | 150 | 231 | 134 | 40 | 0 | 50 | 50 | 154 | 31 | 60 |
| Binary | 1101000 | 10011001 | 1011100 | 100000 | 0 | 101000 | 101000 | 1101100 | 11001 | 110000 |
Color Harmonies of #68995C
Complementary color
Monochromatic Colors of #68995C
Black with #68995C
Text Example
Text Example
White with #68995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68995C; }
p { color: rgb(104,153,92); }
H1.HeaderClassName
{
color: #68995C;
}
.AnyTagClassName
{
color: #68995C;
}
</style>
background-color css
<style>
a { background-color: #68995C; }
a { background-color: rgb(104,153,92); }
div.DivClassName
{
background-color: #68995C;
}
.BgClassName
{
background-color: #68995C;
}
</style>
border-color css
<style>
span { border-color: #68995C; }
span { border-color: rgb(104,153,92); }
td.TdClassName
{
border-color: #68995C;
}
.TagClassName
{
border-color: #68995C;
}
</style>