Shades of Hippie Green #68905A
Tints of Hippie Green #68905A
RGB
CMYK
RGB Variations
Color information
#68905A (or 0x68905A) is known color: Hippie Green. HEX triplet: 68, 90 and 5A. RGB value is (104,144,90). Sum of RGB (Red+Green+Blue) = 104+144+90=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #68905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68905A is #976FA5. Grayscale: #7E7E7E. Windows color (decimal): -9924518 or 5935208. OLE color: 5935208.
HSL color Cylindrical-coordinate representation of color #68905A: hue angle of 104.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68905A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 90 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.44 |
| HSL | 104.44º | 0.23% | 0.46% | - |
| HSV(B) | 104.44º | 0.38% | 0.56% | - |
| XYZ | 17.53 | 23.63 | 13.31 | - |
| YUV | 125.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 90 | 0.28 | 0 | 0.37 | 0.44 | 104.44 | 0.23 | 0.46 |
| Hex | 68 | 90 | 5A | 1C | 0 | 25 | 2C | 68 | 17 | 2E |
| Octal | 150 | 220 | 132 | 34 | 0 | 45 | 54 | 150 | 27 | 56 |
| Binary | 1101000 | 10010000 | 1011010 | 11100 | 0 | 100101 | 101100 | 1101000 | 10111 | 101110 |
Color Harmonies of #68905A
Complementary color
Monochromatic Colors of #68905A
Black with #68905A
Text Example
Text Example
White with #68905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68905A; }
p { color: rgb(104,144,90); }
H1.HeaderClassName
{
color: #68905A;
}
.AnyTagClassName
{
color: #68905A;
}
</style>
background-color css
<style>
a { background-color: #68905A; }
a { background-color: rgb(104,144,90); }
div.DivClassName
{
background-color: #68905A;
}
.BgClassName
{
background-color: #68905A;
}
</style>
border-color css
<style>
span { border-color: #68905A; }
span { border-color: rgb(104,144,90); }
td.TdClassName
{
border-color: #68905A;
}
.TagClassName
{
border-color: #68905A;
}
</style>