Shades of Hippie Green #679E64
Tints of Hippie Green #679E64
RGB
CMYK
RGB Variations
Color information
#679E64 (or 0x679E64) is known color: Hippie Green. HEX triplet: 67, 9E and 64. RGB value is (103,158,100). Sum of RGB (Red+Green+Blue) = 103+158+100=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #679E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679E64 is #98619B. Grayscale: #878787. Windows color (decimal): -9986460 or 6594151. OLE color: 6594151.
HSL color Cylindrical-coordinate representation of color #679E64: hue angle of 116.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #679E64 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 100 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.38 |
| HSL | 116.9º | 0.23% | 0.51% | - |
| HSV(B) | 116.9º | 0.37% | 0.62% | - |
| XYZ | 20.12 | 28.26 | 16.45 | - |
| YUV | 134.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 100 | 0.35 | 0 | 0.37 | 0.38 | 116.9 | 0.23 | 0.51 |
| Hex | 67 | 9E | 64 | 23 | 0 | 25 | 26 | 75 | 17 | 33 |
| Octal | 147 | 236 | 144 | 43 | 0 | 45 | 46 | 165 | 27 | 63 |
| Binary | 1100111 | 10011110 | 1100100 | 100011 | 0 | 100101 | 100110 | 1110101 | 10111 | 110011 |
Color Harmonies of #679E64
Complementary color
Monochromatic Colors of #679E64
Black with #679E64
Text Example
Text Example
White with #679E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E64; }
p { color: rgb(103,158,100); }
H1.HeaderClassName
{
color: #679E64;
}
.AnyTagClassName
{
color: #679E64;
}
</style>
background-color css
<style>
a { background-color: #679E64; }
a { background-color: rgb(103,158,100); }
div.DivClassName
{
background-color: #679E64;
}
.BgClassName
{
background-color: #679E64;
}
</style>
border-color css
<style>
span { border-color: #679E64; }
span { border-color: rgb(103,158,100); }
td.TdClassName
{
border-color: #679E64;
}
.TagClassName
{
border-color: #679E64;
}
</style>