Shades of Hippie Green #679F62
Tints of Hippie Green #679F62
RGB
CMYK
RGB Variations
Color information
#679F62 (or 0x679F62) is known color: Hippie Green. HEX triplet: 67, 9F and 62. RGB value is (103,159,98). Sum of RGB (Red+Green+Blue) = 103+159+98=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #679F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F62 is #98609D. Grayscale: #878787. Windows color (decimal): -9986206 or 6463335. OLE color: 6463335.
HSL color Cylindrical-coordinate representation of color #679F62: hue angle of 115.08º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #679F62 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 98 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.38 |
| HSL | 115.08º | 0.24% | 0.5% | - |
| HSV(B) | 115.08º | 0.38% | 0.62% | - |
| XYZ | 20.2 | 28.56 | 16 | - |
| YUV | 135.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 98 | 0.35 | 0 | 0.38 | 0.38 | 115.08 | 0.24 | 0.5 |
| Hex | 67 | 9F | 62 | 23 | 0 | 26 | 26 | 73 | 18 | 32 |
| Octal | 147 | 237 | 142 | 43 | 0 | 46 | 46 | 163 | 30 | 62 |
| Binary | 1100111 | 10011111 | 1100010 | 100011 | 0 | 100110 | 100110 | 1110011 | 11000 | 110010 |
Color Harmonies of #679F62
Complementary color
Monochromatic Colors of #679F62
Black with #679F62
Text Example
Text Example
White with #679F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F62; }
p { color: rgb(103,159,98); }
H1.HeaderClassName
{
color: #679F62;
}
.AnyTagClassName
{
color: #679F62;
}
</style>
background-color css
<style>
a { background-color: #679F62; }
a { background-color: rgb(103,159,98); }
div.DivClassName
{
background-color: #679F62;
}
.BgClassName
{
background-color: #679F62;
}
</style>
border-color css
<style>
span { border-color: #679F62; }
span { border-color: rgb(103,159,98); }
td.TdClassName
{
border-color: #679F62;
}
.TagClassName
{
border-color: #679F62;
}
</style>