Shades of Hippie Green #68965C
Tints of Hippie Green #68965C
RGB
CMYK
RGB Variations
Color information
#68965C (or 0x68965C) is known color: Hippie Green. HEX triplet: 68, 96 and 5C. RGB value is (104,150,92). Sum of RGB (Red+Green+Blue) = 104+150+92=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #68965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68965C is #9769A3. Grayscale: #818181. Windows color (decimal): -9922980 or 6067816. OLE color: 6067816.
HSL color Cylindrical-coordinate representation of color #68965C: hue angle of 107.59º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68965C is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 92 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.41 |
| HSL | 107.59º | 0.24% | 0.47% | - |
| HSV(B) | 107.59º | 0.39% | 0.59% | - |
| XYZ | 18.55 | 25.53 | 14.08 | - |
| YUV | 129.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 92 | 0.31 | 0 | 0.39 | 0.41 | 107.59 | 0.24 | 0.47 |
| Hex | 68 | 96 | 5C | 1F | 0 | 27 | 29 | 6C | 18 | 2F |
| Octal | 150 | 226 | 134 | 37 | 0 | 47 | 51 | 154 | 30 | 57 |
| Binary | 1101000 | 10010110 | 1011100 | 11111 | 0 | 100111 | 101001 | 1101100 | 11000 | 101111 |
Color Harmonies of #68965C
Complementary color
Monochromatic Colors of #68965C
Black with #68965C
Text Example
Text Example
White with #68965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68965C; }
p { color: rgb(104,150,92); }
H1.HeaderClassName
{
color: #68965C;
}
.AnyTagClassName
{
color: #68965C;
}
</style>
background-color css
<style>
a { background-color: #68965C; }
a { background-color: rgb(104,150,92); }
div.DivClassName
{
background-color: #68965C;
}
.BgClassName
{
background-color: #68965C;
}
</style>
border-color css
<style>
span { border-color: #68965C; }
span { border-color: rgb(104,150,92); }
td.TdClassName
{
border-color: #68965C;
}
.TagClassName
{
border-color: #68965C;
}
</style>