Shades of Hippie Green #68A55F
Tints of Hippie Green #68A55F
RGB
CMYK
RGB Variations
Color information
#68A55F (or 0x68A55F) is known color: Hippie Green. HEX triplet: 68, A5 and 5F. RGB value is (104,165,95). Sum of RGB (Red+Green+Blue) = 104+165+95=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #68A55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A55F is #975AA0. Grayscale: #8A8A8A. Windows color (decimal): -9919137 or 6268264. OLE color: 6268264.
HSL color Cylindrical-coordinate representation of color #68A55F: hue angle of 112.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68A55F is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 95 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.35 |
| HSL | 112.29º | 0.28% | 0.51% | - |
| HSV(B) | 112.29º | 0.42% | 0.65% | - |
| XYZ | 21.23 | 30.68 | 15.63 | - |
| YUV | 138.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 95 | 0.37 | 0 | 0.42 | 0.35 | 112.29 | 0.28 | 0.51 |
| Hex | 68 | A5 | 5F | 25 | 0 | 2A | 23 | 70 | 1C | 33 |
| Octal | 150 | 245 | 137 | 45 | 0 | 52 | 43 | 160 | 34 | 63 |
| Binary | 1101000 | 10100101 | 1011111 | 100101 | 0 | 101010 | 100011 | 1110000 | 11100 | 110011 |
Color Harmonies of #68A55F
Complementary color
Monochromatic Colors of #68A55F
Black with #68A55F
Text Example
Text Example
White with #68A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A55F; }
p { color: rgb(104,165,95); }
H1.HeaderClassName
{
color: #68A55F;
}
.AnyTagClassName
{
color: #68A55F;
}
</style>
background-color css
<style>
a { background-color: #68A55F; }
a { background-color: rgb(104,165,95); }
div.DivClassName
{
background-color: #68A55F;
}
.BgClassName
{
background-color: #68A55F;
}
</style>
border-color css
<style>
span { border-color: #68A55F; }
span { border-color: rgb(104,165,95); }
td.TdClassName
{
border-color: #68A55F;
}
.TagClassName
{
border-color: #68A55F;
}
</style>