Shades of Hippie Green #68905D
Tints of Hippie Green #68905D
RGB
CMYK
RGB Variations
Color information
#68905D (or 0x68905D) is known color: Hippie Green. HEX triplet: 68, 90 and 5D. RGB value is (104,144,93). Sum of RGB (Red+Green+Blue) = 104+144+93=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #68905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68905D is #976FA2. Grayscale: #7E7E7E. Windows color (decimal): -9924515 or 6131816. OLE color: 6131816.
HSL color Cylindrical-coordinate representation of color #68905D: hue angle of 107.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68905D is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 93 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.44 |
| HSL | 107.06º | 0.22% | 0.46% | - |
| HSV(B) | 107.06º | 0.35% | 0.56% | - |
| XYZ | 17.66 | 23.68 | 14 | - |
| YUV | 126.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 93 | 0.28 | 0 | 0.35 | 0.44 | 107.06 | 0.22 | 0.46 |
| Hex | 68 | 90 | 5D | 1C | 0 | 23 | 2C | 6B | 16 | 2E |
| Octal | 150 | 220 | 135 | 34 | 0 | 43 | 54 | 153 | 26 | 56 |
| Binary | 1101000 | 10010000 | 1011101 | 11100 | 0 | 100011 | 101100 | 1101011 | 10110 | 101110 |
Color Harmonies of #68905D
Complementary color
Monochromatic Colors of #68905D
Black with #68905D
Text Example
Text Example
White with #68905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68905D; }
p { color: rgb(104,144,93); }
H1.HeaderClassName
{
color: #68905D;
}
.AnyTagClassName
{
color: #68905D;
}
</style>
background-color css
<style>
a { background-color: #68905D; }
a { background-color: rgb(104,144,93); }
div.DivClassName
{
background-color: #68905D;
}
.BgClassName
{
background-color: #68905D;
}
</style>
border-color css
<style>
span { border-color: #68905D; }
span { border-color: rgb(104,144,93); }
td.TdClassName
{
border-color: #68905D;
}
.TagClassName
{
border-color: #68905D;
}
</style>