Shades of Hippie Green #679F5E
Tints of Hippie Green #679F5E
RGB
CMYK
RGB Variations
Color information
#679F5E (or 0x679F5E) is known color: Hippie Green. HEX triplet: 67, 9F and 5E. RGB value is (103,159,94). Sum of RGB (Red+Green+Blue) = 103+159+94=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #679F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F5E is #9860A1. Grayscale: #878787. Windows color (decimal): -9986210 or 6201191. OLE color: 6201191.
HSL color Cylindrical-coordinate representation of color #679F5E: hue angle of 111.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #679F5E is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 94 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.38 |
| HSL | 111.69º | 0.26% | 0.5% | - |
| HSV(B) | 111.69º | 0.41% | 0.62% | - |
| XYZ | 20.01 | 28.49 | 15.03 | - |
| YUV | 134.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 94 | 0.35 | 0 | 0.41 | 0.38 | 111.69 | 0.26 | 0.5 |
| Hex | 67 | 9F | 5E | 23 | 0 | 29 | 26 | 70 | 1A | 32 |
| Octal | 147 | 237 | 136 | 43 | 0 | 51 | 46 | 160 | 32 | 62 |
| Binary | 1100111 | 10011111 | 1011110 | 100011 | 0 | 101001 | 100110 | 1110000 | 11010 | 110010 |
Color Harmonies of #679F5E
Complementary color
Monochromatic Colors of #679F5E
Black with #679F5E
Text Example
Text Example
White with #679F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F5E; }
p { color: rgb(103,159,94); }
H1.HeaderClassName
{
color: #679F5E;
}
.AnyTagClassName
{
color: #679F5E;
}
</style>
background-color css
<style>
a { background-color: #679F5E; }
a { background-color: rgb(103,159,94); }
div.DivClassName
{
background-color: #679F5E;
}
.BgClassName
{
background-color: #679F5E;
}
</style>
border-color css
<style>
span { border-color: #679F5E; }
span { border-color: rgb(103,159,94); }
td.TdClassName
{
border-color: #679F5E;
}
.TagClassName
{
border-color: #679F5E;
}
</style>