Shades of Hippie Green #68A062
Tints of Hippie Green #68A062
RGB
CMYK
RGB Variations
Color information
#68A062 (or 0x68A062) is known color: Hippie Green. HEX triplet: 68, A0 and 62. RGB value is (104,160,98). Sum of RGB (Red+Green+Blue) = 104+160+98=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #68A062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A062 is #975F9D. Grayscale: #888888. Windows color (decimal): -9920414 or 6463592. OLE color: 6463592.
HSL color Cylindrical-coordinate representation of color #68A062: hue angle of 114.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A062 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 98 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.37 |
| HSL | 114.19º | 0.25% | 0.51% | - |
| HSV(B) | 114.19º | 0.39% | 0.63% | - |
| XYZ | 20.48 | 28.97 | 16.07 | - |
| YUV | 136.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 98 | 0.35 | 0 | 0.39 | 0.37 | 114.19 | 0.25 | 0.51 |
| Hex | 68 | A0 | 62 | 23 | 0 | 27 | 25 | 72 | 19 | 33 |
| Octal | 150 | 240 | 142 | 43 | 0 | 47 | 45 | 162 | 31 | 63 |
| Binary | 1101000 | 10100000 | 1100010 | 100011 | 0 | 100111 | 100101 | 1110010 | 11001 | 110011 |
Color Harmonies of #68A062
Complementary color
Monochromatic Colors of #68A062
Black with #68A062
Text Example
Text Example
White with #68A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A062; }
p { color: rgb(104,160,98); }
H1.HeaderClassName
{
color: #68A062;
}
.AnyTagClassName
{
color: #68A062;
}
</style>
background-color css
<style>
a { background-color: #68A062; }
a { background-color: rgb(104,160,98); }
div.DivClassName
{
background-color: #68A062;
}
.BgClassName
{
background-color: #68A062;
}
</style>
border-color css
<style>
span { border-color: #68A062; }
span { border-color: rgb(104,160,98); }
td.TdClassName
{
border-color: #68A062;
}
.TagClassName
{
border-color: #68A062;
}
</style>