Shades of Hippie Green #68945D
Tints of Hippie Green #68945D
RGB
CMYK
RGB Variations
Color information
#68945D (or 0x68945D) is known color: Hippie Green. HEX triplet: 68, 94 and 5D. RGB value is (104,148,93). Sum of RGB (Red+Green+Blue) = 104+148+93=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #68945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68945D is #976BA2. Grayscale: #808080. Windows color (decimal): -9923491 or 6132840. OLE color: 6132840.
HSL color Cylindrical-coordinate representation of color #68945D: hue angle of 108º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68945D is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 93 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.42 |
| HSL | 108º | 0.23% | 0.47% | - |
| HSV(B) | 108º | 0.37% | 0.58% | - |
| XYZ | 18.27 | 24.91 | 14.2 | - |
| YUV | 128.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 93 | 0.30 | 0 | 0.37 | 0.42 | 108 | 0.23 | 0.47 |
| Hex | 68 | 94 | 5D | 1E | 0 | 25 | 2A | 6C | 17 | 2F |
| Octal | 150 | 224 | 135 | 36 | 0 | 45 | 52 | 154 | 27 | 57 |
| Binary | 1101000 | 10010100 | 1011101 | 11110 | 0 | 100101 | 101010 | 1101100 | 10111 | 101111 |
Color Harmonies of #68945D
Complementary color
Monochromatic Colors of #68945D
Black with #68945D
Text Example
Text Example
White with #68945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68945D; }
p { color: rgb(104,148,93); }
H1.HeaderClassName
{
color: #68945D;
}
.AnyTagClassName
{
color: #68945D;
}
</style>
background-color css
<style>
a { background-color: #68945D; }
a { background-color: rgb(104,148,93); }
div.DivClassName
{
background-color: #68945D;
}
.BgClassName
{
background-color: #68945D;
}
</style>
border-color css
<style>
span { border-color: #68945D; }
span { border-color: rgb(104,148,93); }
td.TdClassName
{
border-color: #68945D;
}
.TagClassName
{
border-color: #68945D;
}
</style>