Shades of Hippie Green #679762
Tints of Hippie Green #679762
RGB
CMYK
RGB Variations
Color information
#679762 (or 0x679762) is known color: Hippie Green. HEX triplet: 67, 97 and 62. RGB value is (103,151,98). Sum of RGB (Red+Green+Blue) = 103+151+98=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #679762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679762 is #98689D. Grayscale: #828282. Windows color (decimal): -9988254 or 6461287. OLE color: 6461287.
HSL color Cylindrical-coordinate representation of color #679762: hue angle of 114.34º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679762 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 98 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.41 |
| HSL | 114.34º | 0.21% | 0.49% | - |
| HSV(B) | 114.34º | 0.35% | 0.59% | - |
| XYZ | 18.86 | 25.9 | 15.56 | - |
| YUV | 130.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 98 | 0.32 | 0 | 0.35 | 0.41 | 114.34 | 0.21 | 0.49 |
| Hex | 67 | 97 | 62 | 20 | 0 | 23 | 29 | 72 | 15 | 31 |
| Octal | 147 | 227 | 142 | 40 | 0 | 43 | 51 | 162 | 25 | 61 |
| Binary | 1100111 | 10010111 | 1100010 | 100000 | 0 | 100011 | 101001 | 1110010 | 10101 | 110001 |
Color Harmonies of #679762
Complementary color
Monochromatic Colors of #679762
Black with #679762
Text Example
Text Example
White with #679762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679762; }
p { color: rgb(103,151,98); }
H1.HeaderClassName
{
color: #679762;
}
.AnyTagClassName
{
color: #679762;
}
</style>
background-color css
<style>
a { background-color: #679762; }
a { background-color: rgb(103,151,98); }
div.DivClassName
{
background-color: #679762;
}
.BgClassName
{
background-color: #679762;
}
</style>
border-color css
<style>
span { border-color: #679762; }
span { border-color: rgb(103,151,98); }
td.TdClassName
{
border-color: #679762;
}
.TagClassName
{
border-color: #679762;
}
</style>