Shades of Hippie Green #677F66
Tints of Hippie Green #677F66
RGB
CMYK
RGB Variations
Color information
#677F66 (or 0x677F66) is known color: Hippie Green. HEX triplet: 67, 7F and 66. RGB value is (103,127,102). Sum of RGB (Red+Green+Blue) = 103+127+102=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #677F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F66 is #988099. Grayscale: #757575. Windows color (decimal): -9994394 or 6717287. OLE color: 6717287.
HSL color Cylindrical-coordinate representation of color #677F66: hue angle of 117.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #677F66 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 102 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.50 |
| HSL | 117.6º | 0.11% | 0.45% | - |
| HSV(B) | 117.6º | 0.2% | 0.5% | - |
| XYZ | 15.58 | 19.02 | 15.42 | - |
| YUV | 116.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 102 | 0.19 | 0 | 0.20 | 0.50 | 117.6 | 0.11 | 0.45 |
| Hex | 67 | 7F | 66 | 13 | 0 | 14 | 32 | 76 | B | 2D |
| Octal | 147 | 177 | 146 | 23 | 0 | 24 | 62 | 166 | 13 | 55 |
| Binary | 1100111 | 1111111 | 1100110 | 10011 | 0 | 10100 | 110010 | 1110110 | 1011 | 101101 |
Color Harmonies of #677F66
Complementary color
Monochromatic Colors of #677F66
Black with #677F66
Text Example
Text Example
White with #677F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F66; }
p { color: rgb(103,127,102); }
H1.HeaderClassName
{
color: #677F66;
}
.AnyTagClassName
{
color: #677F66;
}
</style>
background-color css
<style>
a { background-color: #677F66; }
a { background-color: rgb(103,127,102); }
div.DivClassName
{
background-color: #677F66;
}
.BgClassName
{
background-color: #677F66;
}
</style>
border-color css
<style>
span { border-color: #677F66; }
span { border-color: rgb(103,127,102); }
td.TdClassName
{
border-color: #677F66;
}
.TagClassName
{
border-color: #677F66;
}
</style>