Shades of Hippie Green #679764
Tints of Hippie Green #679764
RGB
CMYK
RGB Variations
Color information
#679764 (or 0x679764) is known color: Hippie Green. HEX triplet: 67, 97 and 64. RGB value is (103,151,100). Sum of RGB (Red+Green+Blue) = 103+151+100=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #679764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679764 is #98689B. Grayscale: #828282. Windows color (decimal): -9988252 or 6592359. OLE color: 6592359.
HSL color Cylindrical-coordinate representation of color #679764: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679764 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 100 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.41 |
| HSL | 116.47º | 0.2% | 0.49% | - |
| HSV(B) | 116.47º | 0.34% | 0.59% | - |
| XYZ | 18.96 | 25.94 | 16.06 | - |
| YUV | 130.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 100 | 0.32 | 0 | 0.34 | 0.41 | 116.47 | 0.2 | 0.49 |
| Hex | 67 | 97 | 64 | 20 | 0 | 22 | 29 | 74 | 14 | 31 |
| Octal | 147 | 227 | 144 | 40 | 0 | 42 | 51 | 164 | 24 | 61 |
| Binary | 1100111 | 10010111 | 1100100 | 100000 | 0 | 100010 | 101001 | 1110100 | 10100 | 110001 |
Color Harmonies of #679764
Complementary color
Monochromatic Colors of #679764
Black with #679764
Text Example
Text Example
White with #679764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679764; }
p { color: rgb(103,151,100); }
H1.HeaderClassName
{
color: #679764;
}
.AnyTagClassName
{
color: #679764;
}
</style>
background-color css
<style>
a { background-color: #679764; }
a { background-color: rgb(103,151,100); }
div.DivClassName
{
background-color: #679764;
}
.BgClassName
{
background-color: #679764;
}
</style>
border-color css
<style>
span { border-color: #679764; }
span { border-color: rgb(103,151,100); }
td.TdClassName
{
border-color: #679764;
}
.TagClassName
{
border-color: #679764;
}
</style>