Shades of Hippie Green #677F64
Tints of Hippie Green #677F64
RGB
CMYK
RGB Variations
Color information
#677F64 (or 0x677F64) is known color: Hippie Green. HEX triplet: 67, 7F and 64. RGB value is (103,127,100). Sum of RGB (Red+Green+Blue) = 103+127+100=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #677F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F64 is #98809B. Grayscale: #747474. Windows color (decimal): -9994396 or 6586215. OLE color: 6586215.
HSL color Cylindrical-coordinate representation of color #677F64: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677F64 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 100 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.50 |
| HSL | 113.33º | 0.12% | 0.45% | - |
| HSV(B) | 113.33º | 0.21% | 0.5% | - |
| XYZ | 15.48 | 18.98 | 14.9 | - |
| YUV | 116.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 100 | 0.19 | 0 | 0.21 | 0.50 | 113.33 | 0.12 | 0.45 |
| Hex | 67 | 7F | 64 | 13 | 0 | 15 | 32 | 71 | C | 2D |
| Octal | 147 | 177 | 144 | 23 | 0 | 25 | 62 | 161 | 14 | 55 |
| Binary | 1100111 | 1111111 | 1100100 | 10011 | 0 | 10101 | 110010 | 1110001 | 1100 | 101101 |
Color Harmonies of #677F64
Complementary color
Monochromatic Colors of #677F64
Black with #677F64
Text Example
Text Example
White with #677F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F64; }
p { color: rgb(103,127,100); }
H1.HeaderClassName
{
color: #677F64;
}
.AnyTagClassName
{
color: #677F64;
}
</style>
background-color css
<style>
a { background-color: #677F64; }
a { background-color: rgb(103,127,100); }
div.DivClassName
{
background-color: #677F64;
}
.BgClassName
{
background-color: #677F64;
}
</style>
border-color css
<style>
span { border-color: #677F64; }
span { border-color: rgb(103,127,100); }
td.TdClassName
{
border-color: #677F64;
}
.TagClassName
{
border-color: #677F64;
}
</style>