Shades of Hippie Green #678B64
Tints of Hippie Green #678B64
RGB
CMYK
RGB Variations
Color information
#678B64 (or 0x678B64) is known color: Hippie Green. HEX triplet: 67, 8B and 64. RGB value is (103,139,100). Sum of RGB (Red+Green+Blue) = 103+139+100=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #678B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678B64 is #98749B. Grayscale: #7B7B7B. Windows color (decimal): -9991324 or 6589287. OLE color: 6589287.
HSL color Cylindrical-coordinate representation of color #678B64: hue angle of 115.38º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678B64 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 100 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.45 |
| HSL | 115.38º | 0.16% | 0.47% | - |
| HSV(B) | 115.38º | 0.28% | 0.55% | - |
| XYZ | 17.13 | 22.27 | 15.45 | - |
| YUV | 123.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 100 | 0.26 | 0 | 0.28 | 0.45 | 115.38 | 0.16 | 0.47 |
| Hex | 67 | 8B | 64 | 1A | 0 | 1C | 2D | 73 | 10 | 2F |
| Octal | 147 | 213 | 144 | 32 | 0 | 34 | 55 | 163 | 20 | 57 |
| Binary | 1100111 | 10001011 | 1100100 | 11010 | 0 | 11100 | 101101 | 1110011 | 10000 | 101111 |
Color Harmonies of #678B64
Complementary color
Monochromatic Colors of #678B64
Black with #678B64
Text Example
Text Example
White with #678B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B64; }
p { color: rgb(103,139,100); }
H1.HeaderClassName
{
color: #678B64;
}
.AnyTagClassName
{
color: #678B64;
}
</style>
background-color css
<style>
a { background-color: #678B64; }
a { background-color: rgb(103,139,100); }
div.DivClassName
{
background-color: #678B64;
}
.BgClassName
{
background-color: #678B64;
}
</style>
border-color css
<style>
span { border-color: #678B64; }
span { border-color: rgb(103,139,100); }
td.TdClassName
{
border-color: #678B64;
}
.TagClassName
{
border-color: #678B64;
}
</style>