Shades of Hippie Green #68865D
Tints of Hippie Green #68865D
RGB
CMYK
RGB Variations
Color information
#68865D (or 0x68865D) is known color: Hippie Green. HEX triplet: 68, 86 and 5D. RGB value is (104,134,93). Sum of RGB (Red+Green+Blue) = 104+134+93=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #68865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865D is #9779A2. Grayscale: #787878. Windows color (decimal): -9927075 or 6129256. OLE color: 6129256.
HSL color Cylindrical-coordinate representation of color #68865D: hue angle of 103.9º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68865D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 93 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.47 |
| HSL | 103.9º | 0.18% | 0.45% | - |
| HSV(B) | 103.9º | 0.31% | 0.53% | - |
| XYZ | 16.21 | 20.78 | 13.51 | - |
| YUV | 120.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 93 | 0.22 | 0 | 0.31 | 0.47 | 103.9 | 0.18 | 0.45 |
| Hex | 68 | 86 | 5D | 16 | 0 | 1F | 2F | 68 | 12 | 2D |
| Octal | 150 | 206 | 135 | 26 | 0 | 37 | 57 | 150 | 22 | 55 |
| Binary | 1101000 | 10000110 | 1011101 | 10110 | 0 | 11111 | 101111 | 1101000 | 10010 | 101101 |
Color Harmonies of #68865D
Complementary color
Monochromatic Colors of #68865D
Black with #68865D
Text Example
Text Example
White with #68865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68865D; }
p { color: rgb(104,134,93); }
H1.HeaderClassName
{
color: #68865D;
}
.AnyTagClassName
{
color: #68865D;
}
</style>
background-color css
<style>
a { background-color: #68865D; }
a { background-color: rgb(104,134,93); }
div.DivClassName
{
background-color: #68865D;
}
.BgClassName
{
background-color: #68865D;
}
</style>
border-color css
<style>
span { border-color: #68865D; }
span { border-color: rgb(104,134,93); }
td.TdClassName
{
border-color: #68865D;
}
.TagClassName
{
border-color: #68865D;
}
</style>