Shades of Hippie Green #68A25D
Tints of Hippie Green #68A25D
RGB
CMYK
RGB Variations
Color information
#68A25D (or 0x68A25D) is known color: Hippie Green. HEX triplet: 68, A2 and 5D. RGB value is (104,162,93). Sum of RGB (Red+Green+Blue) = 104+162+93=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #68A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A25D is #975DA2. Grayscale: #898989. Windows color (decimal): -9919907 or 6136424. OLE color: 6136424.
HSL color Cylindrical-coordinate representation of color #68A25D: hue angle of 110.43º degrees, saturation: 0.27, 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 #68A25D is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 93 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.36 |
| HSL | 110.43º | 0.27% | 0.5% | - |
| HSV(B) | 110.43º | 0.43% | 0.64% | - |
| XYZ | 20.61 | 29.57 | 14.98 | - |
| YUV | 136.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 93 | 0.36 | 0 | 0.43 | 0.36 | 110.43 | 0.27 | 0.5 |
| Hex | 68 | A2 | 5D | 24 | 0 | 2B | 24 | 6E | 1B | 32 |
| Octal | 150 | 242 | 135 | 44 | 0 | 53 | 44 | 156 | 33 | 62 |
| Binary | 1101000 | 10100010 | 1011101 | 100100 | 0 | 101011 | 100100 | 1101110 | 11011 | 110010 |
Color Harmonies of #68A25D
Complementary color
Monochromatic Colors of #68A25D
Black with #68A25D
Text Example
Text Example
White with #68A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A25D; }
p { color: rgb(104,162,93); }
H1.HeaderClassName
{
color: #68A25D;
}
.AnyTagClassName
{
color: #68A25D;
}
</style>
background-color css
<style>
a { background-color: #68A25D; }
a { background-color: rgb(104,162,93); }
div.DivClassName
{
background-color: #68A25D;
}
.BgClassName
{
background-color: #68A25D;
}
</style>
border-color css
<style>
span { border-color: #68A25D; }
span { border-color: rgb(104,162,93); }
td.TdClassName
{
border-color: #68A25D;
}
.TagClassName
{
border-color: #68A25D;
}
</style>