Shades of Hippie Green #679A64
Tints of Hippie Green #679A64
RGB
CMYK
RGB Variations
Color information
#679A64 (or 0x679A64) is known color: Hippie Green. HEX triplet: 67, 9A and 64. RGB value is (103,154,100). Sum of RGB (Red+Green+Blue) = 103+154+100=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #679A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A64 is #98659B. Grayscale: #848484. Windows color (decimal): -9987484 or 6593127. OLE color: 6593127.
HSL color Cylindrical-coordinate representation of color #679A64: hue angle of 116.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679A64 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 100 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.40 |
| HSL | 116.67º | 0.21% | 0.5% | - |
| HSV(B) | 116.67º | 0.35% | 0.6% | - |
| XYZ | 19.45 | 26.91 | 16.23 | - |
| YUV | 132.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 100 | 0.33 | 0 | 0.35 | 0.40 | 116.67 | 0.21 | 0.5 |
| Hex | 67 | 9A | 64 | 21 | 0 | 23 | 28 | 75 | 15 | 32 |
| Octal | 147 | 232 | 144 | 41 | 0 | 43 | 50 | 165 | 25 | 62 |
| Binary | 1100111 | 10011010 | 1100100 | 100001 | 0 | 100011 | 101000 | 1110101 | 10101 | 110010 |
Color Harmonies of #679A64
Complementary color
Monochromatic Colors of #679A64
Black with #679A64
Text Example
Text Example
White with #679A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A64; }
p { color: rgb(103,154,100); }
H1.HeaderClassName
{
color: #679A64;
}
.AnyTagClassName
{
color: #679A64;
}
</style>
background-color css
<style>
a { background-color: #679A64; }
a { background-color: rgb(103,154,100); }
div.DivClassName
{
background-color: #679A64;
}
.BgClassName
{
background-color: #679A64;
}
</style>
border-color css
<style>
span { border-color: #679A64; }
span { border-color: rgb(103,154,100); }
td.TdClassName
{
border-color: #679A64;
}
.TagClassName
{
border-color: #679A64;
}
</style>