Shades of Hippie Green #68A45D
Tints of Hippie Green #68A45D
RGB
CMYK
RGB Variations
Color information
#68A45D (or 0x68A45D) is known color: Hippie Green. HEX triplet: 68, A4 and 5D. RGB value is (104,164,93). Sum of RGB (Red+Green+Blue) = 104+164+93=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #68A45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A45D is #975BA2. Grayscale: #8A8A8A. Windows color (decimal): -9919395 or 6136936. OLE color: 6136936.
HSL color Cylindrical-coordinate representation of color #68A45D: hue angle of 110.7º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68A45D is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 93 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.36 |
| HSL | 110.7º | 0.28% | 0.5% | - |
| HSV(B) | 110.7º | 0.43% | 0.64% | - |
| XYZ | 20.96 | 30.28 | 15.1 | - |
| YUV | 137.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 93 | 0.37 | 0 | 0.43 | 0.36 | 110.7 | 0.28 | 0.5 |
| Hex | 68 | A4 | 5D | 25 | 0 | 2B | 24 | 6F | 1C | 32 |
| Octal | 150 | 244 | 135 | 45 | 0 | 53 | 44 | 157 | 34 | 62 |
| Binary | 1101000 | 10100100 | 1011101 | 100101 | 0 | 101011 | 100100 | 1101111 | 11100 | 110010 |
Color Harmonies of #68A45D
Complementary color
Monochromatic Colors of #68A45D
Black with #68A45D
Text Example
Text Example
White with #68A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A45D; }
p { color: rgb(104,164,93); }
H1.HeaderClassName
{
color: #68A45D;
}
.AnyTagClassName
{
color: #68A45D;
}
</style>
background-color css
<style>
a { background-color: #68A45D; }
a { background-color: rgb(104,164,93); }
div.DivClassName
{
background-color: #68A45D;
}
.BgClassName
{
background-color: #68A45D;
}
</style>
border-color css
<style>
span { border-color: #68A45D; }
span { border-color: rgb(104,164,93); }
td.TdClassName
{
border-color: #68A45D;
}
.TagClassName
{
border-color: #68A45D;
}
</style>